#5565DF

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

Shades of Royal Blue #5565DF

Tints of Royal Blue #5565DF

Color information

#5565DF (or 0x5565DF) is unknown color: approx Royal Blue. HEX triplet: 55, 65 and DF. RGB value is (85,101,223). Sum of RGB (Red+Green+Blue) = 85+101+223=409 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.78% from 409); Green value is 101 (39.84% from 255 or 24.69% from 409); Blue value is 223 (87.5% from 255 or 54.52% from 409); Max value from RGB is 223 - color contains mainly: blue. Hex color #5565DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5565DF is #AA9A20. Grayscale: #6D6D6D. Windows color (decimal): -11180577 or 14640469. OLE color: 14640469.

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

Color convert

RGB85101223-
CMYK0.620.5500.13
HSL233.04º68.32%60.39%-
HSV(B)233.04º61.88%87.45%-
XYZ21.7216.5771.86-
YUV110.12191.7110.08-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.78%
GREEN value IS 101 (39.84% from 255) = 24.69%
BLUE value IS 223 (87.5% from 255) = 54.52%
R=20.78%
G=24.69%
B=54.52%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal851012230.620.5500.13233.0468.3260.39
Hex5565DF3E370De9443c
Octal125145337766701535110474
Binary101010111001011101111111111011011101101111010011000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5565DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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