Html Css Color HEX #5683CC Havelock Blue

📋 copy color: '#5683CC'

red 86 ◦ green 131 ◦ blue 204

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

Shades of Havelock Blue #5683CC

Tints of Havelock Blue #5683CC

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.12%

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

R = 20.43%
G = 31.12%
B = 48.46%

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

#5683CC (or 0x5683CC) is known color: Havelock Blue. HEX triplet: 56, 83 and CC. RGB value is (86,131,204). Sum of RGB (Red+Green+Blue) = 86+131+204=421 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.43% from 421); Green value is 131 (51.56% from 255 or 31.12% from 421); Blue value is 204 (80.08% from 255 or 48.46% from 421); Max value from RGB is 204 - color contains mainly: blue. Hex color #5683CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5683CC is #A97C33. Grayscale: #7D7D7D. Windows color (decimal): -11107380 or 13402966. OLE color: 13402966.

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

Color convert

RGB 86 131 204 -
CMYK 0.58 0.36 0 0.2
HSL 217.12º 0.54% 0.57% -
HSV(B) 217.12º 0.58% 0.8% -
XYZ 22.85 22.57 60.28 -
YUV 125.87 172.09 99.56 -
System Red Green Blue C M Y K H S L
Decimal 86 131 204 0.58 0.36 0 0.2 217.12 0.54 0.57
Hex 56 83 CC 3A 24 0 14 D9 36 39
Octal 126 203 314 72 44 0 24 331 66 71
Binary 1010110 10000011 11001100 111010 100100 0 10100 11011001 110110 111001

Color Harmonies of #5683CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5683CC

Black with #5683CC

Text Example


Text Example

White with #5683CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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