Html Css Color HEX #567ACD Havelock Blue

📋 copy color: '#567ACD'

red 86 ◦ green 122 ◦ blue 205

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

Shades of Havelock Blue #567ACD

Tints of Havelock Blue #567ACD

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.54%

 BLUE value IS 205 (80.47% from 255) = 49.64%

R = 20.82%
G = 29.54%
B = 49.64%

CMYK

 C value IS 0.58

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#567ACD (or 0x567ACD) is known color: Havelock Blue. HEX triplet: 56, 7A and CD. RGB value is (86,122,205). Sum of RGB (Red+Green+Blue) = 86+122+205=413 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.82% from 413); Green value is 122 (48.05% from 255 or 29.54% from 413); Blue value is 205 (80.47% from 255 or 49.64% from 413); Max value from RGB is 205 - color contains mainly: blue. Hex color #567ACD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #567ACD is #A98532. Grayscale: #787878. Windows color (decimal): -11109683 or 13466198. OLE color: 13466198.

HSL color Cylindrical-coordinate representation of color #567ACD: hue angle of 221.85º 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 #567ACD is Cyan = 0.58, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 86 122 205 -
CMYK 0.58 0.40 0 0.20
HSL 221.85º 0.54% 0.57% -
HSV(B) 221.85º 0.58% 0.8% -
XYZ 21.82 20.31 60.53 -
YUV 120.7 175.57 103.25 -
System Red Green Blue C M Y K H S L
Decimal 86 122 205 0.58 0.40 0 0.20 221.85 0.54 0.57
Hex 56 7A CD 3A 28 0 14 DE 36 39
Octal 126 172 315 72 50 0 24 336 66 71
Binary 1010110 1111010 11001101 111010 101000 0 10100 11011110 110110 111001

Color Harmonies of #567ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567ACD

Black with #567ACD

Text Example


Text Example

White with #567ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #567ACD; }

 p { color: rgb(86,122,205); }

 H1.HeaderClassName
 {
   color: #567ACD;
 }
 .AnyTagClassName
 {
   color: #567ACD;
 }
</style>

background-color css

<style>
 a { background-color: #567ACD; }

 a { background-color: rgb(86,122,205); }

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

border-color css

<style>
 span { border-color: #567ACD; }

 span { border-color: rgb(86,122,205); }

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