Html Css Color HEX #5A85BF Havelock Blue

📋 copy color: '#5A85BF'

red 90 ◦ green 133 ◦ blue 191

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

Shades of Havelock Blue #5A85BF

Tints of Havelock Blue #5A85BF

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.13%

 BLUE value IS 191 (75% from 255) = 46.14%

R = 21.74%
G = 32.13%
B = 46.14%

CMYK

 C value IS 0.53

 M value IS 0.30

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5A85BF (or 0x5A85BF) is known color: Havelock Blue. HEX triplet: 5A, 85 and BF. RGB value is (90,133,191). Sum of RGB (Red+Green+Blue) = 90+133+191=414 (54% of max value = 765). Red value is 90 (35.55% from 255 or 21.74% from 414); Green value is 133 (52.34% from 255 or 32.13% from 414); Blue value is 191 (75% from 255 or 46.14% from 414); Max value from RGB is 191 - color contains mainly: blue. Hex color #5A85BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A85BF is #A57A40. Grayscale: #7E7E7E. Windows color (decimal): -10844737 or 12551514. OLE color: 12551514.

HSL color Cylindrical-coordinate representation of color #5A85BF: hue angle of 214.46º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5A85BF is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 90 133 191 -
CMYK 0.53 0.30 0 0.25
HSL 214.46º 0.44% 0.55% -
HSV(B) 214.46º 0.53% 0.75% -
XYZ 22.01 22.71 52.51 -
YUV 126.76 164.25 101.78 -
System Red Green Blue C M Y K H S L
Decimal 90 133 191 0.53 0.30 0 0.25 214.46 0.44 0.55
Hex 5A 85 BF 35 1E 0 19 D6 2C 37
Octal 132 205 277 65 36 0 31 326 54 67
Binary 1011010 10000101 10111111 110101 11110 0 11001 11010110 101100 110111

Color Harmonies of #5A85BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A85BF

Black with #5A85BF

Text Example


Text Example

White with #5A85BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,133,191); }

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

background-color css

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

 a { background-color: rgb(90,133,191); }

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

border-color css

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

 span { border-color: rgb(90,133,191); }

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