Html Css Color HEX #5A7BBA Havelock Blue

📋 copy color: '#5A7BBA'

red 90 ◦ green 123 ◦ blue 186

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

Shades of Havelock Blue #5A7BBA

Tints of Havelock Blue #5A7BBA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.83%

 BLUE value IS 186 (73.05% from 255) = 46.62%

R = 22.56%
G = 30.83%
B = 46.62%

CMYK

 C value IS 0.52

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5A7BBA (or 0x5A7BBA) is known color: Havelock Blue. HEX triplet: 5A, 7B and BA. RGB value is (90,123,186). Sum of RGB (Red+Green+Blue) = 90+123+186=399 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.56% from 399); Green value is 123 (48.44% from 255 or 30.83% from 399); Blue value is 186 (73.05% from 255 or 46.62% from 399); Max value from RGB is 186 - color contains mainly: blue. Hex color #5A7BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A7BBA is #A58445. Grayscale: #787878. Windows color (decimal): -10847302 or 12221274. OLE color: 12221274.

HSL color Cylindrical-coordinate representation of color #5A7BBA: hue angle of 219.38º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5A7BBA is Cyan = 0.52, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 90 123 186 -
CMYK 0.52 0.34 0 0.27
HSL 219.38º 0.41% 0.54% -
HSV(B) 219.38º 0.52% 0.73% -
XYZ 20.16 19.88 49.23 -
YUV 120.32 165.07 106.38 -
System Red Green Blue C M Y K H S L
Decimal 90 123 186 0.52 0.34 0 0.27 219.38 0.41 0.54
Hex 5A 7B BA 34 22 0 1B DB 29 36
Octal 132 173 272 64 42 0 33 333 51 66
Binary 1011010 1111011 10111010 110100 100010 0 11011 11011011 101001 110110

Color Harmonies of #5A7BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7BBA

Black with #5A7BBA

Text Example


Text Example

White with #5A7BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,123,186); }

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

background-color css

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

 a { background-color: rgb(90,123,186); }

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

border-color css

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

 span { border-color: rgb(90,123,186); }

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