Html Css Color HEX #5782CB Havelock Blue

📋 copy color: '#5782CB'

red 87 ◦ green 130 ◦ blue 203

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

Shades of Havelock Blue #5782CB

Tints of Havelock Blue #5782CB

RGB

 RED value IS 87 (34.38% from 255) = 20.71%

 GREEN value IS 130 (51.17% from 255) = 30.95%

 BLUE value IS 203 (79.69% from 255) = 48.33%

R = 20.71%
G = 30.95%
B = 48.33%

CMYK

 C value IS 0.57

 M value IS 0.36

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5782CB (or 0x5782CB) is known color: Havelock Blue. HEX triplet: 57, 82 and CB. RGB value is (87,130,203). Sum of RGB (Red+Green+Blue) = 87+130+203=420 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.71% from 420); Green value is 130 (51.17% from 255 or 30.95% from 420); Blue value is 203 (79.69% from 255 or 48.33% from 420); Max value from RGB is 203 - color contains mainly: blue. Hex color #5782CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5782CB is #A87D34. Grayscale: #7D7D7D. Windows color (decimal): -11042101 or 13337175. OLE color: 13337175.

HSL color Cylindrical-coordinate representation of color #5782CB: hue angle of 217.76º 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 #5782CB is Cyan = 0.57, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 87 130 203 -
CMYK 0.57 0.36 0 0.20
HSL 217.76º 0.53% 0.57% -
HSV(B) 217.76º 0.57% 0.8% -
XYZ 22.69 22.3 59.61 -
YUV 125.47 171.75 100.56 -
System Red Green Blue C M Y K H S L
Decimal 87 130 203 0.57 0.36 0 0.20 217.76 0.53 0.57
Hex 57 82 CB 39 24 0 14 DA 35 39
Octal 127 202 313 71 44 0 24 332 65 71
Binary 1010111 10000010 11001011 111001 100100 0 10100 11011010 110101 111001

Color Harmonies of #5782CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5782CB

Black with #5782CB

Text Example


Text Example

White with #5782CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5782CB; }

 p { color: rgb(87,130,203); }

 H1.HeaderClassName
 {
   color: #5782CB;
 }
 .AnyTagClassName
 {
   color: #5782CB;
 }
</style>

background-color css

<style>
 a { background-color: #5782CB; }

 a { background-color: rgb(87,130,203); }

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

border-color css

<style>
 span { border-color: #5782CB; }

 span { border-color: rgb(87,130,203); }

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