Html Css Color HEX #5A76BC Havelock Blue

📋 copy color: '#5A76BC'

red 90 ◦ green 118 ◦ blue 188

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

Shades of Havelock Blue #5A76BC

Tints of Havelock Blue #5A76BC

RGB

 RED value IS 90 (35.55% from 255) = 22.73%

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

 BLUE value IS 188 (73.83% from 255) = 47.47%

R = 22.73%
G = 29.8%
B = 47.47%

CMYK

 C value IS 0.52

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5A76BC (or 0x5A76BC) is known color: Havelock Blue. HEX triplet: 5A, 76 and BC. RGB value is (90,118,188). Sum of RGB (Red+Green+Blue) = 90+118+188=396 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.73% from 396); Green value is 118 (46.48% from 255 or 29.80% from 396); Blue value is 188 (73.83% from 255 or 47.47% from 396); Max value from RGB is 188 - color contains mainly: blue. Hex color #5A76BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A76BC is #A58943. Grayscale: #757575. Windows color (decimal): -10848580 or 12351066. OLE color: 12351066.

HSL color Cylindrical-coordinate representation of color #5A76BC: hue angle of 222.86º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5A76BC is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 90 118 188 -
CMYK 0.52 0.37 0 0.26
HSL 222.86º 0.42% 0.55% -
HSV(B) 222.86º 0.52% 0.74% -
XYZ 19.77 18.76 50.16 -
YUV 117.61 167.72 108.31 -
System Red Green Blue C M Y K H S L
Decimal 90 118 188 0.52 0.37 0 0.26 222.86 0.42 0.55
Hex 5A 76 BC 34 25 0 1A DF 2A 37
Octal 132 166 274 64 45 0 32 337 52 67
Binary 1011010 1110110 10111100 110100 100101 0 11010 11011111 101010 110111

Color Harmonies of #5A76BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A76BC

Black with #5A76BC

Text Example


Text Example

White with #5A76BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,118,188); }

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

background-color css

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

 a { background-color: rgb(90,118,188); }

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

border-color css

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

 span { border-color: rgb(90,118,188); }

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