Html Css Color HEX #5682CC Havelock Blue

📋 copy color: '#5682CC'

red 86 ◦ green 130 ◦ blue 204

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

Shades of Havelock Blue #5682CC

Tints of Havelock Blue #5682CC

RGB

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

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

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

R = 20.48%
G = 30.95%
B = 48.57%

CMYK

 C value IS 0.58

 M value IS 0.36

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5682CC (or 0x5682CC) is known color: Havelock Blue. HEX triplet: 56, 82 and CC. RGB value is (86,130,204). Sum of RGB (Red+Green+Blue) = 86+130+204=420 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.48% from 420); Green value is 130 (51.17% from 255 or 30.95% from 420); Blue value is 204 (80.08% from 255 or 48.57% from 420); Max value from RGB is 204 - color contains mainly: blue. Hex color #5682CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5682CC is #A97D33. Grayscale: #7C7C7C. Windows color (decimal): -11107636 or 13402710. OLE color: 13402710.

HSL color Cylindrical-coordinate representation of color #5682CC: hue angle of 217.63º degrees, saturation: 0.54, 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 #5682CC is Cyan = 0.58, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 86 130 204 -
CMYK 0.58 0.36 0 0.2
HSL 217.63º 0.54% 0.57% -
HSV(B) 217.63º 0.58% 0.8% -
XYZ 22.72 22.3 60.23 -
YUV 125.28 172.42 99.98 -
System Red Green Blue C M Y K H S L
Decimal 86 130 204 0.58 0.36 0 0.2 217.63 0.54 0.57
Hex 56 82 CC 3A 24 0 14 DA 36 39
Octal 126 202 314 72 44 0 24 332 66 71
Binary 1010110 10000010 11001100 111010 100100 0 10100 11011010 110110 111001

Color Harmonies of #5682CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5682CC

Black with #5682CC

Text Example


Text Example

White with #5682CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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