Html Css Color HEX #5682CB Havelock Blue

📋 copy color: '#5682CB'

red 86 ◦ green 130 ◦ blue 203

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

Shades of Havelock Blue #5682CB

Tints of Havelock Blue #5682CB

RGB

 RED value IS 86 (33.98% from 255) = 20.53%

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

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

R = 20.53%
G = 31.03%
B = 48.45%

CMYK

 C value IS 0.58

 M value IS 0.36

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5682CB (or 0x5682CB) is known color: Havelock Blue. HEX triplet: 56, 82 and CB. RGB value is (86,130,203). Sum of RGB (Red+Green+Blue) = 86+130+203=419 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.53% from 419); Green value is 130 (51.17% from 255 or 31.03% from 419); Blue value is 203 (79.69% from 255 or 48.45% from 419); Max value from RGB is 203 - color contains mainly: blue. Hex color #5682CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5682CB is #A97D34. Grayscale: #7C7C7C. Windows color (decimal): -11107637 or 13337174. OLE color: 13337174.

HSL color Cylindrical-coordinate representation of color #5682CB: hue angle of 217.44º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5682CB is Cyan = 0.58, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 86 130 203 -
CMYK 0.58 0.36 0 0.20
HSL 217.44º 0.53% 0.57% -
HSV(B) 217.44º 0.58% 0.8% -
XYZ 22.6 22.26 59.6 -
YUV 125.17 171.92 100.06 -
System Red Green Blue C M Y K H S L
Decimal 86 130 203 0.58 0.36 0 0.20 217.44 0.53 0.57
Hex 56 82 CB 3A 24 0 14 D9 35 39
Octal 126 202 313 72 44 0 24 331 65 71
Binary 1010110 10000010 11001011 111010 100100 0 10100 11011001 110101 111001

Color Harmonies of #5682CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5682CB

Black with #5682CB

Text Example


Text Example

White with #5682CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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