Html Css Color HEX #567CCF Havelock Blue

📋 copy color: '#567CCF'

red 86 ◦ green 124 ◦ blue 207

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

Shades of Havelock Blue #567CCF

Tints of Havelock Blue #567CCF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.74%

 BLUE value IS 207 (81.25% from 255) = 49.64%

R = 20.62%
G = 29.74%
B = 49.64%

CMYK

 C value IS 0.58

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#567CCF (or 0x567CCF) is known color: Havelock Blue. HEX triplet: 56, 7C and CF. RGB value is (86,124,207). Sum of RGB (Red+Green+Blue) = 86+124+207=417 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.62% from 417); Green value is 124 (48.83% from 255 or 29.74% from 417); Blue value is 207 (81.25% from 255 or 49.64% from 417); Max value from RGB is 207 - color contains mainly: blue. Hex color #567CCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #567CCF is #A98330. Grayscale: #797979. Windows color (decimal): -11109169 or 13597782. OLE color: 13597782.

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

Color convert

RGB 86 124 207 -
CMYK 0.58 0.40 0 0.19
HSL 221.16º 0.56% 0.57% -
HSV(B) 221.16º 0.58% 0.81% -
XYZ 22.31 20.9 61.89 -
YUV 122.1 175.91 102.25 -
System Red Green Blue C M Y K H S L
Decimal 86 124 207 0.58 0.40 0 0.19 221.16 0.56 0.57
Hex 56 7C CF 3A 28 0 13 DD 38 39
Octal 126 174 317 72 50 0 23 335 70 71
Binary 1010110 1111100 11001111 111010 101000 0 10011 11011101 111000 111001

Color Harmonies of #567CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567CCF

Black with #567CCF

Text Example


Text Example

White with #567CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,124,207); }

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

background-color css

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

 a { background-color: rgb(86,124,207); }

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

border-color css

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

 span { border-color: rgb(86,124,207); }

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