Html Css Color HEX #567DCE Havelock Blue

📋 copy color: '#567DCE'

red 86 ◦ green 125 ◦ blue 206

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

Shades of Havelock Blue #567DCE

Tints of Havelock Blue #567DCE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.98%

 BLUE value IS 206 (80.86% from 255) = 49.4%

R = 20.62%
G = 29.98%
B = 49.4%

CMYK

 C value IS 0.58

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#567DCE (or 0x567DCE) is known color: Havelock Blue. HEX triplet: 56, 7D and CE. RGB value is (86,125,206). Sum of RGB (Red+Green+Blue) = 86+125+206=417 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.62% from 417); Green value is 125 (49.22% from 255 or 29.98% from 417); Blue value is 206 (80.86% from 255 or 49.40% from 417); Max value from RGB is 206 - color contains mainly: blue. Hex color #567DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #567DCE is #A98231. Grayscale: #7A7A7A. Windows color (decimal): -11108914 or 13532502. OLE color: 13532502.

HSL color Cylindrical-coordinate representation of color #567DCE: hue angle of 220.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #567DCE is Cyan = 0.58, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 86 125 206 -
CMYK 0.58 0.39 0 0.19
HSL 220.5º 0.55% 0.57% -
HSV(B) 220.5º 0.58% 0.81% -
XYZ 22.31 21.1 61.29 -
YUV 122.57 175.08 101.91 -
System Red Green Blue C M Y K H S L
Decimal 86 125 206 0.58 0.39 0 0.19 220.5 0.55 0.57
Hex 56 7D CE 3A 27 0 13 DC 37 39
Octal 126 175 316 72 47 0 23 334 67 71
Binary 1010110 1111101 11001110 111010 100111 0 10011 11011100 110111 111001

Color Harmonies of #567DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567DCE

Black with #567DCE

Text Example


Text Example

White with #567DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,125,206); }

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

background-color css

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

 a { background-color: rgb(86,125,206); }

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

border-color css

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

 span { border-color: rgb(86,125,206); }

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