Html Css Color HEX #5885CF Havelock Blue

📋 copy color: '#5885CF'

red 88 ◦ green 133 ◦ blue 207

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

Shades of Havelock Blue #5885CF

Tints of Havelock Blue #5885CF

RGB

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

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

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

R = 20.56%
G = 31.07%
B = 48.36%

CMYK

 C value IS 0.57

 M value IS 0.36

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5885CF (or 0x5885CF) is known color: Havelock Blue. HEX triplet: 58, 85 and CF. RGB value is (88,133,207). Sum of RGB (Red+Green+Blue) = 88+133+207=428 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.56% from 428); Green value is 133 (52.34% from 255 or 31.07% from 428); Blue value is 207 (81.25% from 255 or 48.36% from 428); Max value from RGB is 207 - color contains mainly: blue. Hex color #5885CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5885CF is #A77A30. Grayscale: #7F7F7F. Windows color (decimal): -10975793 or 13600088. OLE color: 13600088.

HSL color Cylindrical-coordinate representation of color #5885CF: hue angle of 217.31º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5885CF is Cyan = 0.57, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 88 133 207 -
CMYK 0.57 0.36 0 0.19
HSL 217.31º 0.55% 0.58% -
HSV(B) 217.31º 0.57% 0.81% -
XYZ 23.67 23.35 62.29 -
YUV 127.98 172.59 99.48 -
System Red Green Blue C M Y K H S L
Decimal 88 133 207 0.57 0.36 0 0.19 217.31 0.55 0.58
Hex 58 85 CF 39 24 0 13 D9 37 3A
Octal 130 205 317 71 44 0 23 331 67 72
Binary 1011000 10000101 11001111 111001 100100 0 10011 11011001 110111 111010

Color Harmonies of #5885CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5885CF

Black with #5885CF

Text Example


Text Example

White with #5885CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5885CF; }

 p { color: rgb(88,133,207); }

 H1.HeaderClassName
 {
   color: #5885CF;
 }
 .AnyTagClassName
 {
   color: #5885CF;
 }
</style>

background-color css

<style>
 a { background-color: #5885CF; }

 a { background-color: rgb(88,133,207); }

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

border-color css

<style>
 span { border-color: #5885CF; }

 span { border-color: rgb(88,133,207); }

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