#568EA1

Color #568EA1 Hippie Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Blue #568EA1

Tints of Hippie Blue #568EA1

Color information

#568EA1 (or 0x568EA1) is unknown color: approx Hippie Blue. HEX triplet: 56, 8E and A1. RGB value is (86,142,161). Sum of RGB (Red+Green+Blue) = 86+142+161=389 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.11% from 389); Green value is 142 (55.86% from 255 or 36.50% from 389); Blue value is 161 (63.28% from 255 or 41.39% from 389); Max value from RGB is 161 - color contains mainly: blue. Hex color #568EA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568EA1 is #A9715E. Grayscale: #7F7F7F. Windows color (decimal): -11104607 or 10587734. OLE color: 10587734.

HSL color Cylindrical-coordinate representation of color #568EA1: hue angle of 195.2º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #568EA1 is Cyan = 0.47, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB86142161-
CMYK0.470.1200.37
HSL195.2º30.36%48.43%-
HSV(B)195.2º46.58%63.14%-
XYZ19.9423.937.28-
YUV127.42146.9598.46-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.11%
GREEN value IS 142 (55.86% from 255) = 36.50%
BLUE value IS 161 (63.28% from 255) = 41.39%
R=22.11%
G=36.50%
B=41.39%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal861421610.470.1200.37195.230.3648.43
Hex568EA12FC025c31e30
Octal12621624157140453033660
Binary10101101000111010100001101111110001001011100001111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568EA1; }

 p { color: rgb(86,142,161); }

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

<style>
 a { background-color: #568EA1; }

 a { background-color: rgb(86,142,161); }

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

<style>
 span { border-color: #568EA1; }

 span { border-color: rgb(86,142,161); }

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