Html Css Color HEX #5A7DB6 Havelock Blue

📋 copy color: '#5A7DB6'

red 90 ◦ green 125 ◦ blue 182

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

Shades of Havelock Blue #5A7DB6

Tints of Havelock Blue #5A7DB6

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.49%

 BLUE value IS 182 (71.48% from 255) = 45.84%

R = 22.67%
G = 31.49%
B = 45.84%

CMYK

 C value IS 0.51

 M value IS 0.31

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#5A7DB6 (or 0x5A7DB6) is known color: Havelock Blue. HEX triplet: 5A, 7D and B6. RGB value is (90,125,182). Sum of RGB (Red+Green+Blue) = 90+125+182=397 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.67% from 397); Green value is 125 (49.22% from 255 or 31.49% from 397); Blue value is 182 (71.48% from 255 or 45.84% from 397); Max value from RGB is 182 - color contains mainly: blue. Hex color #5A7DB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A7DB6 is #A58249. Grayscale: #787878. Windows color (decimal): -10846794 or 11959642. OLE color: 11959642.

HSL color Cylindrical-coordinate representation of color #5A7DB6: hue angle of 217.17º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5A7DB6 is Cyan = 0.51, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 90 125 182 -
CMYK 0.51 0.31 0 0.29
HSL 217.17º 0.39% 0.53% -
HSV(B) 217.17º 0.51% 0.71% -
XYZ 19.99 20.22 47.1 -
YUV 121.03 162.4 105.87 -
System Red Green Blue C M Y K H S L
Decimal 90 125 182 0.51 0.31 0 0.29 217.17 0.39 0.53
Hex 5A 7D B6 33 1F 0 1D D9 27 35
Octal 132 175 266 63 37 0 35 331 47 65
Binary 1011010 1111101 10110110 110011 11111 0 11101 11011001 100111 110101

Color Harmonies of #5A7DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7DB6

Black with #5A7DB6

Text Example


Text Example

White with #5A7DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,125,182); }

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

background-color css

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

 a { background-color: rgb(90,125,182); }

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

border-color css

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

 span { border-color: rgb(90,125,182); }

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