Html Css Color HEX #567ECB Havelock Blue

📋 copy color: '#567ECB'

red 86 ◦ green 126 ◦ blue 203

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

Shades of Havelock Blue #567ECB

Tints of Havelock Blue #567ECB

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.36%

 BLUE value IS 203 (79.69% from 255) = 48.92%

R = 20.72%
G = 30.36%
B = 48.92%

CMYK

 C value IS 0.58

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#567ECB (or 0x567ECB) is known color: Havelock Blue. HEX triplet: 56, 7E and CB. RGB value is (86,126,203). Sum of RGB (Red+Green+Blue) = 86+126+203=415 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.72% from 415); Green value is 126 (49.61% from 255 or 30.36% from 415); Blue value is 203 (79.69% from 255 or 48.92% from 415); Max value from RGB is 203 - color contains mainly: blue. Hex color #567ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #567ECB is #A98134. Grayscale: #7A7A7A. Windows color (decimal): -11108661 or 13336150. OLE color: 13336150.

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

Color convert

RGB 86 126 203 -
CMYK 0.58 0.38 0 0.20
HSL 219.49º 0.53% 0.57% -
HSV(B) 219.49º 0.58% 0.8% -
XYZ 22.08 21.21 59.43 -
YUV 122.82 173.25 101.74 -
System Red Green Blue C M Y K H S L
Decimal 86 126 203 0.58 0.38 0 0.20 219.49 0.53 0.57
Hex 56 7E CB 3A 26 0 14 DB 35 39
Octal 126 176 313 72 46 0 24 333 65 71
Binary 1010110 1111110 11001011 111010 100110 0 10100 11011011 110101 111001

Color Harmonies of #567ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567ECB

Black with #567ECB

Text Example


Text Example

White with #567ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,126,203); }

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

background-color css

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

 a { background-color: rgb(86,126,203); }

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

border-color css

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

 span { border-color: rgb(86,126,203); }

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