Html Css Color HEX #587FB4 Havelock Blue

📋 copy color: '#587FB4'

red 88 ◦ green 127 ◦ blue 180

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

Shades of Havelock Blue #587FB4

Tints of Havelock Blue #587FB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 45.57%

R = 22.28%
G = 32.15%
B = 45.57%

CMYK

 C value IS 0.51

 M value IS 0.29

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#587FB4 (or 0x587FB4) is known color: Havelock Blue. HEX triplet: 58, 7F and B4. RGB value is (88,127,180). Sum of RGB (Red+Green+Blue) = 88+127+180=395 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.28% from 395); Green value is 127 (50% from 255 or 32.15% from 395); Blue value is 180 (70.70% from 255 or 45.57% from 395); Max value from RGB is 180 - color contains mainly: blue. Hex color #587FB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #587FB4 is #A7804B. Grayscale: #797979. Windows color (decimal): -10977356 or 11829080. OLE color: 11829080.

HSL color Cylindrical-coordinate representation of color #587FB4: hue angle of 214.57º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #587FB4 is Cyan = 0.51, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 88 127 180 -
CMYK 0.51 0.29 0 0.29
HSL 214.57º 0.38% 0.53% -
HSV(B) 214.57º 0.51% 0.71% -
XYZ 19.85 20.55 46.1 -
YUV 121.38 161.08 104.19 -
System Red Green Blue C M Y K H S L
Decimal 88 127 180 0.51 0.29 0 0.29 214.57 0.38 0.53
Hex 58 7F B4 33 1D 0 1D D7 26 35
Octal 130 177 264 63 35 0 35 327 46 65
Binary 1011000 1111111 10110100 110011 11101 0 11101 11010111 100110 110101

Color Harmonies of #587FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #587FB4

Black with #587FB4

Text Example


Text Example

White with #587FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #587FB4; }

 p { color: rgb(88,127,180); }

 H1.HeaderClassName
 {
   color: #587FB4;
 }
 .AnyTagClassName
 {
   color: #587FB4;
 }
</style>

background-color css

<style>
 a { background-color: #587FB4; }

 a { background-color: rgb(88,127,180); }

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

border-color css

<style>
 span { border-color: #587FB4; }

 span { border-color: rgb(88,127,180); }

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