#5675DE

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

Shades of Royal Blue #5675DE

Tints of Royal Blue #5675DE

Color information

#5675DE (or 0x5675DE) is unknown color: approx Royal Blue. HEX triplet: 56, 75 and DE. RGB value is (86,117,222). Sum of RGB (Red+Green+Blue) = 86+117+222=425 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.24% from 425); Green value is 117 (46.09% from 255 or 27.53% from 425); Blue value is 222 (87.11% from 255 or 52.24% from 425); Max value from RGB is 222 - color contains mainly: blue. Hex color #5675DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5675DE is #A98A21. Grayscale: #777777. Windows color (decimal): -11110946 or 14579030. OLE color: 14579030.

HSL color Cylindrical-coordinate representation of color #5675DE: hue angle of 226.32º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5675DE is Cyan = 0.61, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB86117222-
CMYK0.610.4700.13
HSL226.32º67.33%60.39%-
HSV(B)226.32º61.26%87.06%-
XYZ23.3819.9771.73-
YUV119.7185.73103.96-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.24%
GREEN value IS 117 (46.09% from 255) = 27.53%
BLUE value IS 222 (87.11% from 255) = 52.24%
R=20.24%
G=27.53%
B=52.24%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal861172220.610.4700.13226.3267.3360.39
Hex5675DE3D2F0De2433c
Octal126165336755701534210374
Binary101011011101011101111011110110111101101111000101000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5675DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5675DE; }

 p { color: rgb(86,117,222); }

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

<style>
 a { background-color: #5675DE; }

 a { background-color: rgb(86,117,222); }

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

<style>
 span { border-color: #5675DE; }

 span { border-color: rgb(86,117,222); }

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