Html Css Color HEX #5A7FBA Havelock Blue

📋 copy color: '#5A7FBA'

red 90 ◦ green 127 ◦ blue 186

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

Shades of Havelock Blue #5A7FBA

Tints of Havelock Blue #5A7FBA

RGB

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

 GREEN value IS 127 (50% from 255) = 31.51%

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

R = 22.33%
G = 31.51%
B = 46.15%

CMYK

 C value IS 0.52

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5A7FBA (or 0x5A7FBA) is known color: Havelock Blue. HEX triplet: 5A, 7F and BA. RGB value is (90,127,186). Sum of RGB (Red+Green+Blue) = 90+127+186=403 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.33% from 403); Green value is 127 (50% from 255 or 31.51% from 403); Blue value is 186 (73.05% from 255 or 46.15% from 403); Max value from RGB is 186 - color contains mainly: blue. Hex color #5A7FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A7FBA is #A58045. Grayscale: #7A7A7A. Windows color (decimal): -10846278 or 12222298. OLE color: 12222298.

HSL color Cylindrical-coordinate representation of color #5A7FBA: hue angle of 216.88º 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 #5A7FBA is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 90 127 186 -
CMYK 0.52 0.32 0 0.27
HSL 216.88º 0.41% 0.54% -
HSV(B) 216.88º 0.52% 0.73% -
XYZ 20.67 20.9 49.4 -
YUV 122.66 163.74 104.7 -
System Red Green Blue C M Y K H S L
Decimal 90 127 186 0.52 0.32 0 0.27 216.88 0.41 0.54
Hex 5A 7F BA 34 20 0 1B D9 29 36
Octal 132 177 272 64 40 0 33 331 51 66
Binary 1011010 1111111 10111010 110100 100000 0 11011 11011001 101001 110110

Color Harmonies of #5A7FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7FBA

Black with #5A7FBA

Text Example


Text Example

White with #5A7FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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