#568CA0

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

Shades of Hippie Blue #568CA0

Tints of Hippie Blue #568CA0

Color information

#568CA0 (or 0x568CA0) is unknown color: approx Hippie Blue. HEX triplet: 56, 8C and A0. RGB value is (86,140,160). Sum of RGB (Red+Green+Blue) = 86+140+160=386 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.28% from 386); Green value is 140 (55.08% from 255 or 36.27% from 386); Blue value is 160 (62.89% from 255 or 41.45% from 386); Max value from RGB is 160 - color contains mainly: blue. Hex color #568CA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568CA0 is #A9735F. Grayscale: #7E7E7E. Windows color (decimal): -11105120 or 10521686. OLE color: 10521686.

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

Color convert

RGB86140160-
CMYK0.460.1200.37
HSL196.22º30.08%48.24%-
HSV(B)196.22º46.25%62.75%-
XYZ19.5623.2736.72-
YUV126.13147.1199.37-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.28%
GREEN value IS 140 (55.08% from 255) = 36.27%
BLUE value IS 160 (62.89% from 255) = 41.45%
R=22.28%
G=36.27%
B=41.45%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal861401600.460.1200.37196.2230.0848.24
Hex568CA02EC025c41e30
Octal12621424056140453043660
Binary10101101000110010100000101110110001001011100010011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,140,160); }

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

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

 a { background-color: rgb(86,140,160); }

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

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

 span { border-color: rgb(86,140,160); }

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