#5675DF

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

Shades of Royal Blue #5675DF

Tints of Royal Blue #5675DF

Color information

#5675DF (or 0x5675DF) is unknown color: approx Royal Blue. HEX triplet: 56, 75 and DF. RGB value is (86,117,223). Sum of RGB (Red+Green+Blue) = 86+117+223=426 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.19% from 426); Green value is 117 (46.09% from 255 or 27.46% from 426); Blue value is 223 (87.5% from 255 or 52.35% from 426); Max value from RGB is 223 - color contains mainly: blue. Hex color #5675DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5675DF is #A98A20. Grayscale: #777777. Windows color (decimal): -11110945 or 14644566. OLE color: 14644566.

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

Color convert

RGB86117223-
CMYK0.610.4800.13
HSL226.42º68.16%60.59%-
HSV(B)226.42º61.43%87.45%-
XYZ23.5220.0372.44-
YUV119.82186.23103.88-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.19%
GREEN value IS 117 (46.09% from 255) = 27.46%
BLUE value IS 223 (87.5% from 255) = 52.35%
R=20.19%
G=27.46%
B=52.35%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal861172230.610.4800.13226.4268.1660.59
Hex5675DF3D300De2443d
Octal126165337756001534210475
Binary101011011101011101111111110111000001101111000101000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5675DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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