#568A9C

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

Shades of Hippie Blue #568A9C

Tints of Hippie Blue #568A9C

Color information

#568A9C (or 0x568A9C) is unknown color: approx Hippie Blue. HEX triplet: 56, 8A and 9C. RGB value is (86,138,156). Sum of RGB (Red+Green+Blue) = 86+138+156=380 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.63% from 380); Green value is 138 (54.30% from 255 or 36.32% from 380); Blue value is 156 (61.33% from 255 or 41.05% from 380); Max value from RGB is 156 - color contains mainly: blue. Hex color #568A9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568A9C is #A97563. Grayscale: #7C7C7C. Windows color (decimal): -11105636 or 10259030. OLE color: 10259030.

HSL color Cylindrical-coordinate representation of color #568A9C: hue angle of 195.43º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #568A9C is Cyan = 0.45, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB86138156-
CMYK0.450.1200.39
HSL195.43º28.93%47.45%-
HSV(B)195.43º44.87%61.18%-
XYZ18.9322.5634.81-
YUV124.5145.77100.54-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.63%
GREEN value IS 138 (54.30% from 255) = 36.32%
BLUE value IS 156 (61.33% from 255) = 41.05%
R=22.63%
G=36.32%
B=41.05%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal861381560.450.1200.39195.4328.9347.45
Hex568A9C2DC027c31d2f
Octal12621223455140473033557
Binary10101101000101010011100101101110001001111100001111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,138,156); }

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

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

 a { background-color: rgb(86,138,156); }

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

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

 span { border-color: rgb(86,138,156); }

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