Html Css Color HEX #5D88CF Havelock Blue

📋 copy color: '#5D88CF'

red 93 ◦ green 136 ◦ blue 207

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

Shades of Havelock Blue #5D88CF

Tints of Havelock Blue #5D88CF

RGB

 RED value IS 93 (36.72% from 255) = 21.33%

 GREEN value IS 136 (53.52% from 255) = 31.19%

 BLUE value IS 207 (81.25% from 255) = 47.48%

R = 21.33%
G = 31.19%
B = 47.48%

CMYK

 C value IS 0.55

 M value IS 0.34

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5D88CF (or 0x5D88CF) is known color: Havelock Blue. HEX triplet: 5D, 88 and CF. RGB value is (93,136,207). Sum of RGB (Red+Green+Blue) = 93+136+207=436 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.33% from 436); Green value is 136 (53.52% from 255 or 31.19% from 436); Blue value is 207 (81.25% from 255 or 47.48% from 436); Max value from RGB is 207 - color contains mainly: blue. Hex color #5D88CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5D88CF is #A27730. Grayscale: #828282. Windows color (decimal): -10647345 or 13600861. OLE color: 13600861.

HSL color Cylindrical-coordinate representation of color #5D88CF: hue angle of 217.37º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5D88CF is Cyan = 0.55, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 93 136 207 -
CMYK 0.55 0.34 0 0.19
HSL 217.37º 0.54% 0.59% -
HSV(B) 217.37º 0.55% 0.81% -
XYZ 24.58 24.44 62.45 -
YUV 131.24 170.75 100.73 -
System Red Green Blue C M Y K H S L
Decimal 93 136 207 0.55 0.34 0 0.19 217.37 0.54 0.59
Hex 5D 88 CF 37 22 0 13 D9 36 3B
Octal 135 210 317 67 42 0 23 331 66 73
Binary 1011101 10001000 11001111 110111 100010 0 10011 11011001 110110 111011

Color Harmonies of #5D88CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D88CF

Black with #5D88CF

Text Example


Text Example

White with #5D88CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,136,207); }

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

background-color css

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

 a { background-color: rgb(93,136,207); }

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

border-color css

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

 span { border-color: rgb(93,136,207); }

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