#5C76DD

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

Shades of Royal Blue #5C76DD

Tints of Royal Blue #5C76DD

Color information

#5C76DD (or 0x5C76DD) is unknown color: approx Royal Blue. HEX triplet: 5C, 76 and DD. RGB value is (92,118,221). Sum of RGB (Red+Green+Blue) = 92+118+221=431 (57% of max value = 765). Red value is 92 (36.33% from 255 or 21.35% from 431); Green value is 118 (46.48% from 255 or 27.38% from 431); Blue value is 221 (86.72% from 255 or 51.28% from 431); Max value from RGB is 221 - color contains mainly: blue. Hex color #5C76DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C76DD is #A38922. Grayscale: #797979. Windows color (decimal): -10717475 or 14513756. OLE color: 14513756.

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

Color convert

RGB92118221-
CMYK0.580.4700.13
HSL227.91º65.48%61.37%-
HSV(B)227.91º58.37%86.67%-
XYZ23.9420.4571.09-
YUV121.97183.89106.62-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 21.35%
GREEN value IS 118 (46.48% from 255) = 27.38%
BLUE value IS 221 (86.72% from 255) = 51.28%
R=21.35%
G=27.38%
B=51.28%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal921182210.580.4700.13227.9165.4861.37
Hex5C76DD3A2F0De4413d
Octal134166335725701534410175
Binary101110011101101101110111101010111101101111001001000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C76DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,118,221); }

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

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

 a { background-color: rgb(92,118,221); }

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

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

 span { border-color: rgb(92,118,221); }

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