Html Css Color HEX #5879AF Havelock Blue

📋 copy color: '#5879AF'

red 88 ◦ green 121 ◦ blue 175

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

Shades of Havelock Blue #5879AF

Tints of Havelock Blue #5879AF

RGB

 RED value IS 88 (34.77% from 255) = 22.92%

 GREEN value IS 121 (47.66% from 255) = 31.51%

 BLUE value IS 175 (68.75% from 255) = 45.57%

R = 22.92%
G = 31.51%
B = 45.57%

CMYK

 C value IS 0.50

 M value IS 0.31

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5879AF (or 0x5879AF) is known color: Havelock Blue. HEX triplet: 58, 79 and AF. RGB value is (88,121,175). Sum of RGB (Red+Green+Blue) = 88+121+175=384 (50% of max value = 765). Red value is 88 (34.77% from 255 or 22.92% from 384); Green value is 121 (47.66% from 255 or 31.51% from 384); Blue value is 175 (68.75% from 255 or 45.57% from 384); Max value from RGB is 175 - color contains mainly: blue. Hex color #5879AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5879AF is #A78650. Grayscale: #757575. Windows color (decimal): -10978897 or 11499864. OLE color: 11499864.

HSL color Cylindrical-coordinate representation of color #5879AF: hue angle of 217.24º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5879AF is Cyan = 0.50, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 88 121 175 -
CMYK 0.50 0.31 0 0.31
HSL 217.24º 0.35% 0.52% -
HSV(B) 217.24º 0.5% 0.69% -
XYZ 18.6 18.84 43.21 -
YUV 117.29 160.57 107.11 -
System Red Green Blue C M Y K H S L
Decimal 88 121 175 0.50 0.31 0 0.31 217.24 0.35 0.52
Hex 58 79 AF 32 1F 0 1F D9 23 34
Octal 130 171 257 62 37 0 37 331 43 64
Binary 1011000 1111001 10101111 110010 11111 0 11111 11011001 100011 110100

Color Harmonies of #5879AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5879AF

Black with #5879AF

Text Example


Text Example

White with #5879AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5879AF; }

 p { color: rgb(88,121,175); }

 H1.HeaderClassName
 {
   color: #5879AF;
 }
 .AnyTagClassName
 {
   color: #5879AF;
 }
</style>

background-color css

<style>
 a { background-color: #5879AF; }

 a { background-color: rgb(88,121,175); }

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

border-color css

<style>
 span { border-color: #5879AF; }

 span { border-color: rgb(88,121,175); }

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