#5F76DF

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

Shades of Royal Blue #5F76DF

Tints of Royal Blue #5F76DF

Color information

#5F76DF (or 0x5F76DF) is unknown color: approx Royal Blue. HEX triplet: 5F, 76 and DF. RGB value is (95,118,223). Sum of RGB (Red+Green+Blue) = 95+118+223=436 (57% of max value = 765). Red value is 95 (37.5% from 255 or 21.79% from 436); Green value is 118 (46.48% from 255 or 27.06% from 436); Blue value is 223 (87.5% from 255 or 51.15% from 436); Max value from RGB is 223 - color contains mainly: blue. Hex color #5F76DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F76DF is #A08920. Grayscale: #7A7A7A. Windows color (decimal): -10520865 or 14644831. OLE color: 14644831.

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

Color convert

RGB95118223-
CMYK0.570.4700.13
HSL229.22º66.67%62.35%-
HSV(B)229.22º57.4%87.45%-
XYZ24.5220.7272.52-
YUV123.09184.38107.96-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.79%
GREEN value IS 118 (46.48% from 255) = 27.06%
BLUE value IS 223 (87.5% from 255) = 51.15%
R=21.79%
G=27.06%
B=51.15%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal951182230.570.4700.13229.2266.6762.35
Hex5F76DF392F0De5433e
Octal137166337715701534510376
Binary101111111101101101111111100110111101101111001011000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F76DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,118,223); }

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

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

 a { background-color: rgb(95,118,223); }

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

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

 span { border-color: rgb(95,118,223); }

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