#5A67EB

Color #5A67EB Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #5A67EB

Tints of Royal Blue #5A67EB

Color information

#5A67EB (or 0x5A67EB) is unknown color: approx Royal Blue. HEX triplet: 5A, 67 and EB. RGB value is (90,103,235). Sum of RGB (Red+Green+Blue) = 90+103+235=428 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.03% from 428); Green value is 103 (40.62% from 255 or 24.07% from 428); Blue value is 235 (92.19% from 255 or 54.91% from 428); Max value from RGB is 235 - color contains mainly: blue. Hex color #5A67EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A67EB is #A59814. Grayscale: #717171. Windows color (decimal): -10852373 or 15427418. OLE color: 15427418.

HSL color Cylindrical-coordinate representation of color #5A67EB: hue angle of 234.62º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5A67EB is Cyan = 0.62, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB90103235-
CMYK0.620.5600.08
HSL234.62º78.38%63.73%-
HSV(B)234.62º61.7%92.16%-
XYZ24.0617.8780.78-
YUV114.16196.19110.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 90 (35.55% from 255) = 21.03%
GREEN value IS 103 (40.62% from 255) = 24.07%
BLUE value IS 235 (92.19% from 255) = 54.91%
R=21.03%
G=24.07%
B=54.91%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal901032350.620.5600.08234.6278.3863.73
Hex5A67EB3E3808eb4e40
Octal1321473537670010353116100
Binary1011010110011111101011111110111000010001110101110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A67EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A67EB; }

 p { color: rgb(90,103,235); }

 H1.HeaderClassName
 {
   color: #5A67EB;
 }
 .AnyTagClassName
 {
   color: #5A67EB;
 }
</style>
background-color css

<style>
 a { background-color: #5A67EB; }

 a { background-color: rgb(90,103,235); }

 div.DivClassName
 {
   background-color: #5A67EB;
 }
 .BgClassName
 {
   background-color: #5A67EB;
 }
</style>
border-color css

<style>
 span { border-color: #5A67EB; }

 span { border-color: rgb(90,103,235); }

 td.TdClassName
 {
   border-color: #5A67EB;
 }
 .TagClassName
 {
   border-color: #5A67EB;
 }
</style>