#568D9C

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

Shades of Hippie Blue #568D9C

Tints of Hippie Blue #568D9C

Color information

#568D9C (or 0x568D9C) is unknown color: approx Hippie Blue. HEX triplet: 56, 8D and 9C. RGB value is (86,141,156). Sum of RGB (Red+Green+Blue) = 86+141+156=383 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.45% from 383); Green value is 141 (55.47% from 255 or 36.81% from 383); Blue value is 156 (61.33% from 255 or 40.73% from 383); Max value from RGB is 156 - color contains mainly: blue. Hex color #568D9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568D9C is #A97263. Grayscale: #7E7E7E. Windows color (decimal): -11104868 or 10259798. OLE color: 10259798.

HSL color Cylindrical-coordinate representation of color #568D9C: hue angle of 192.86º 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 #568D9C is Cyan = 0.45, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB86141156-
CMYK0.450.1000.39
HSL192.86º28.93%47.45%-
HSV(B)192.86º44.87%61.18%-
XYZ19.3623.4334.95-
YUV126.26144.7899.28-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.45%
GREEN value IS 141 (55.47% from 255) = 36.81%
BLUE value IS 156 (61.33% from 255) = 40.73%
R=22.45%
G=36.81%
B=40.73%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal861411560.450.1000.39192.8628.9347.45
Hex568D9C2DA027c11d2f
Octal12621523455120473013557
Binary10101101000110110011100101101101001001111100000111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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