Html Css Color HEX #5685CC Havelock Blue

📋 copy color: '#5685CC'

red 86 ◦ green 133 ◦ blue 204

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

Shades of Havelock Blue #5685CC

Tints of Havelock Blue #5685CC

RGB

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

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

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

R = 20.33%
G = 31.44%
B = 48.23%

CMYK

 C value IS 0.58

 M value IS 0.35

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5685CC (or 0x5685CC) is known color: Havelock Blue. HEX triplet: 56, 85 and CC. RGB value is (86,133,204). Sum of RGB (Red+Green+Blue) = 86+133+204=423 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.33% from 423); Green value is 133 (52.34% from 255 or 31.44% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 204 - color contains mainly: blue. Hex color #5685CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5685CC is #A97A33. Grayscale: #7E7E7E. Windows color (decimal): -11106868 or 13403478. OLE color: 13403478.

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

Color convert

RGB 86 133 204 -
CMYK 0.58 0.35 0 0.2
HSL 216.1º 0.54% 0.57% -
HSV(B) 216.1º 0.58% 0.8% -
XYZ 23.12 23.11 60.37 -
YUV 127.04 171.43 98.73 -
System Red Green Blue C M Y K H S L
Decimal 86 133 204 0.58 0.35 0 0.2 216.1 0.54 0.57
Hex 56 85 CC 3A 23 0 14 D8 36 39
Octal 126 205 314 72 43 0 24 330 66 71
Binary 1010110 10000101 11001100 111010 100011 0 10100 11011000 110110 111001

Color Harmonies of #5685CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5685CC

Black with #5685CC

Text Example


Text Example

White with #5685CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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