Html Css Color HEX #5C76CA Havelock Blue

📋 copy color: '#5C76CA'

red 92 ◦ green 118 ◦ blue 202

#5C76CA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Havelock Blue #5C76CA

Tints of Havelock Blue #5C76CA

RGB

 RED value IS 92 (36.33% from 255) = 22.33%

 GREEN value IS 118 (46.48% from 255) = 28.64%

 BLUE value IS 202 (79.3% from 255) = 49.03%

R = 22.33%
G = 28.64%
B = 49.03%

CMYK

 C value IS 0.54

 M value IS 0.42

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5C76CA (or 0x5C76CA) is known color: Havelock Blue. HEX triplet: 5C, 76 and CA. RGB value is (92,118,202). Sum of RGB (Red+Green+Blue) = 92+118+202=412 (54% of max value = 765). Red value is 92 (36.33% from 255 or 22.33% from 412); Green value is 118 (46.48% from 255 or 28.64% from 412); Blue value is 202 (79.30% from 255 or 49.03% from 412); Max value from RGB is 202 - color contains mainly: blue. Hex color #5C76CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C76CA is #A38935. Grayscale: #777777. Windows color (decimal): -10717494 or 13268572. OLE color: 13268572.

HSL color Cylindrical-coordinate representation of color #5C76CA: hue angle of 225.82º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5C76CA is Cyan = 0.54, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 92 118 202 -
CMYK 0.54 0.42 0 0.21
HSL 225.82º 0.51% 0.58% -
HSV(B) 225.82º 0.54% 0.79% -
XYZ 21.55 19.5 58.5 -
YUV 119.8 174.39 108.17 -
System Red Green Blue C M Y K H S L
Decimal 92 118 202 0.54 0.42 0 0.21 225.82 0.51 0.58
Hex 5C 76 CA 36 2A 0 15 E2 33 3A
Octal 134 166 312 66 52 0 25 342 63 72
Binary 1011100 1110110 11001010 110110 101010 0 10101 11100010 110011 111010

Color Harmonies of #5C76CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C76CA

Black with #5C76CA

Text Example


Text Example

White with #5C76CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5C76CA;
 }
 .AnyTagClassName
 {
   color: #5C76CA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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