#5665df

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

Shades of Royal Blue #5665DF

Tints of Royal Blue #5665DF

Color information

#5665DF (or 0x5665DF) is unknown color: approx Royal Blue. HEX triplet: 56, 65 and DF. RGB value is (86,101,223). Sum of RGB (Red+Green+Blue) = 86+101+223=410 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.98% from 410); Green value is 101 (39.84% from 255 or 24.63% from 410); Blue value is 223 (87.5% from 255 or 54.39% from 410); Max value from RGB is 223 - color contains mainly: blue. Hex color #5665DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5665DF is #A99A20. Grayscale: #6D6D6D. Windows color (decimal): -11115041 or 14640470. OLE color: 14640470.

HSL color Cylindrical-coordinate representation of color #5665DF: hue angle of 233.43º 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 #5665DF is Cyan = 0.61, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB86101223-
CMYK0.610.5500.13
HSL233.43º68.16%60.59%-
HSV(B)233.43º61.43%87.45%-
XYZ21.8116.6171.87-
YUV110.42191.53110.58-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.98%
GREEN value IS 101 (39.84% from 255) = 24.63%
BLUE value IS 223 (87.5% from 255) = 54.39%
R=20.98%
G=24.63%
B=54.39%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal861012230.610.5500.13233.4368.1660.59
Hex5665DF3D370De9443d
Octal126145337756701535110475
Binary101011011001011101111111110111011101101111010011000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5665df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5665df; }

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

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

<style>
 a { background-color: #5665df; }

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

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

<style>
 span { border-color: #5665df; }

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

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