Html Css Color HEX #5A7DCB Havelock Blue

📋 copy color: '#5A7DCB'

red 90 ◦ green 125 ◦ blue 203

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

Shades of Havelock Blue #5A7DCB

Tints of Havelock Blue #5A7DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 48.56%

R = 21.53%
G = 29.9%
B = 48.56%

CMYK

 C value IS 0.56

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5A7DCB (or 0x5A7DCB) is known color: Havelock Blue. HEX triplet: 5A, 7D and CB. RGB value is (90,125,203). Sum of RGB (Red+Green+Blue) = 90+125+203=418 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.53% from 418); Green value is 125 (49.22% from 255 or 29.90% from 418); Blue value is 203 (79.69% from 255 or 48.56% from 418); Max value from RGB is 203 - color contains mainly: blue. Hex color #5A7DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A7DCB is #A58234. Grayscale: #7B7B7B. Windows color (decimal): -10846773 or 13335898. OLE color: 13335898.

HSL color Cylindrical-coordinate representation of color #5A7DCB: hue angle of 221.42º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5A7DCB is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 90 125 203 -
CMYK 0.56 0.38 0 0.20
HSL 221.42º 0.52% 0.57% -
HSV(B) 221.42º 0.56% 0.8% -
XYZ 22.33 21.15 59.41 -
YUV 123.43 172.9 104.16 -
System Red Green Blue C M Y K H S L
Decimal 90 125 203 0.56 0.38 0 0.20 221.42 0.52 0.57
Hex 5A 7D CB 38 26 0 14 DD 34 39
Octal 132 175 313 70 46 0 24 335 64 71
Binary 1011010 1111101 11001011 111000 100110 0 10100 11011101 110100 111001

Color Harmonies of #5A7DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7DCB

Black with #5A7DCB

Text Example


Text Example

White with #5A7DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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