Html Css Color HEX #568ACC Havelock Blue

📋 copy color: '#568ACC'

red 86 ◦ green 138 ◦ blue 204

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

Shades of Havelock Blue #568ACC

Tints of Havelock Blue #568ACC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.24%

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

R = 20.09%
G = 32.24%
B = 47.66%

CMYK

 C value IS 0.58

 M value IS 0.32

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#568ACC (or 0x568ACC) is known color: Havelock Blue. HEX triplet: 56, 8A and CC. RGB value is (86,138,204). Sum of RGB (Red+Green+Blue) = 86+138+204=428 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.09% from 428); Green value is 138 (54.30% from 255 or 32.24% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 204 - color contains mainly: blue. Hex color #568ACC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #568ACC is #A97533. Grayscale: #818181. Windows color (decimal): -11105588 or 13404758. OLE color: 13404758.

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

Color convert

RGB 86 138 204 -
CMYK 0.58 0.32 0 0.2
HSL 213.56º 0.54% 0.57% -
HSV(B) 213.56º 0.58% 0.8% -
XYZ 23.83 24.52 60.6 -
YUV 129.98 169.77 96.63 -
System Red Green Blue C M Y K H S L
Decimal 86 138 204 0.58 0.32 0 0.2 213.56 0.54 0.57
Hex 56 8A CC 3A 20 0 14 D6 36 39
Octal 126 212 314 72 40 0 24 326 66 71
Binary 1010110 10001010 11001100 111010 100000 0 10100 11010110 110110 111001

Color Harmonies of #568ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #568ACC

Black with #568ACC

Text Example


Text Example

White with #568ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #568ACC; }

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

 H1.HeaderClassName
 {
   color: #568ACC;
 }
 .AnyTagClassName
 {
   color: #568ACC;
 }
</style>

background-color css

<style>
 a { background-color: #568ACC; }

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

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

border-color css

<style>
 span { border-color: #568ACC; }

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

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