Html Css Color HEX #5875CC Havelock Blue

📋 copy color: '#5875CC'

red 88 ◦ green 117 ◦ blue 204

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

Shades of Havelock Blue #5875CC

Tints of Havelock Blue #5875CC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.61%

 BLUE value IS 204 (80.08% from 255) = 49.88%

R = 21.52%
G = 28.61%
B = 49.88%

CMYK

 C value IS 0.57

 M value IS 0.43

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5875CC (or 0x5875CC) is known color: Havelock Blue. HEX triplet: 58, 75 and CC. RGB value is (88,117,204). Sum of RGB (Red+Green+Blue) = 88+117+204=409 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.52% from 409); Green value is 117 (46.09% from 255 or 28.61% from 409); Blue value is 204 (80.08% from 255 or 49.88% from 409); Max value from RGB is 204 - color contains mainly: blue. Hex color #5875CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5875CC is #A78A33. Grayscale: #757575. Windows color (decimal): -10979892 or 13399384. OLE color: 13399384.

HSL color Cylindrical-coordinate representation of color #5875CC: hue angle of 225º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5875CC is Cyan = 0.57, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 88 117 204 -
CMYK 0.57 0.43 0 0.2
HSL 225º 0.53% 0.57% -
HSV(B) 225º 0.57% 0.8% -
XYZ 21.28 19.16 59.7 -
YUV 118.25 176.39 106.43 -
System Red Green Blue C M Y K H S L
Decimal 88 117 204 0.57 0.43 0 0.2 225 0.53 0.57
Hex 58 75 CC 39 2B 0 14 E1 35 39
Octal 130 165 314 71 53 0 24 341 65 71
Binary 1011000 1110101 11001100 111001 101011 0 10100 11100001 110101 111001

Color Harmonies of #5875CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5875CC

Black with #5875CC

Text Example


Text Example

White with #5875CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5875CC; }

 p { color: rgb(88,117,204); }

 H1.HeaderClassName
 {
   color: #5875CC;
 }
 .AnyTagClassName
 {
   color: #5875CC;
 }
</style>

background-color css

<style>
 a { background-color: #5875CC; }

 a { background-color: rgb(88,117,204); }

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

border-color css

<style>
 span { border-color: #5875CC; }

 span { border-color: rgb(88,117,204); }

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