Html Css Color HEX #5A7ACB Havelock Blue

📋 copy color: '#5A7ACB'

red 90 ◦ green 122 ◦ blue 203

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

Shades of Havelock Blue #5A7ACB

Tints of Havelock Blue #5A7ACB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.4%

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

R = 21.69%
G = 29.4%
B = 48.92%

CMYK

 C value IS 0.56

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5A7ACB (or 0x5A7ACB) is known color: Havelock Blue. HEX triplet: 5A, 7A and CB. RGB value is (90,122,203). Sum of RGB (Red+Green+Blue) = 90+122+203=415 (54% of max value = 765). Red value is 90 (35.55% from 255 or 21.69% from 415); Green value is 122 (48.05% from 255 or 29.40% from 415); Blue value is 203 (79.69% from 255 or 48.92% from 415); Max value from RGB is 203 - color contains mainly: blue. Hex color #5A7ACB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A7ACB is #A58534. Grayscale: #797979. Windows color (decimal): -10847541 or 13335130. OLE color: 13335130.

HSL color Cylindrical-coordinate representation of color #5A7ACB: hue angle of 223.01º 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 #5A7ACB is Cyan = 0.56, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 90 122 203 -
CMYK 0.56 0.40 0 0.20
HSL 223.01º 0.52% 0.57% -
HSV(B) 223.01º 0.56% 0.8% -
XYZ 21.96 20.4 59.28 -
YUV 121.67 173.9 105.41 -
System Red Green Blue C M Y K H S L
Decimal 90 122 203 0.56 0.40 0 0.20 223.01 0.52 0.57
Hex 5A 7A CB 38 28 0 14 DF 34 39
Octal 132 172 313 70 50 0 24 337 64 71
Binary 1011010 1111010 11001011 111000 101000 0 10100 11011111 110100 111001

Color Harmonies of #5A7ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7ACB

Black with #5A7ACB

Text Example


Text Example

White with #5A7ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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