#567EB4

Color #567EB4 Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #567EB4

Tints of Havelock Blue #567EB4

Color information

#567EB4 (or 0x567EB4) is unknown color: approx Havelock Blue. HEX triplet: 56, 7E and B4. RGB value is (86,126,180). Sum of RGB (Red+Green+Blue) = 86+126+180=392 (51% of max value = 765). Red value is 86 (33.98% from 255 or 21.94% from 392); Green value is 126 (49.61% from 255 or 32.14% from 392); Blue value is 180 (70.70% from 255 or 45.92% from 392); Max value from RGB is 180 - color contains mainly: blue. Hex color #567EB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #567EB4 is #A9814B. Grayscale: #777777. Windows color (decimal): -11108684 or 11828822. OLE color: 11828822.

HSL color Cylindrical-coordinate representation of color #567EB4: hue angle of 214.47º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #567EB4 is Cyan = 0.52, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB86126180-
CMYK0.520.300.29
HSL214.47º38.52%52.16%-
HSV(B)214.47º52.22%70.59%-
XYZ19.5420.246.05-
YUV120.2161.75103.61-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.94%
GREEN value IS 126 (49.61% from 255) = 32.14%
BLUE value IS 180 (70.70% from 255) = 45.92%
R=21.94%
G=32.14%
B=45.92%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal861261800.520.300.29214.4738.5252.16
Hex567EB4341E01Dd62734
Octal12617626464360353264764
Binary10101101111110101101001101001111001110111010110100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #567EB4;
 }
 .AnyTagClassName
 {
   color: #567EB4;
 }
</style>
background-color css

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

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

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

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

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

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