#568399

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

Shades of Hippie Blue #568399

Tints of Hippie Blue #568399

Color information

#568399 (or 0x568399) is unknown color: approx Hippie Blue. HEX triplet: 56, 83 and 99. RGB value is (86,131,153). Sum of RGB (Red+Green+Blue) = 86+131+153=370 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.24% from 370); Green value is 131 (51.56% from 255 or 35.41% from 370); Blue value is 153 (60.16% from 255 or 41.35% from 370); Max value from RGB is 153 - color contains mainly: blue. Hex color #568399 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568399 is #A97C66. Grayscale: #777777. Windows color (decimal): -11107431 or 10060630. OLE color: 10060630.

HSL color Cylindrical-coordinate representation of color #568399: hue angle of 199.7º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #568399 is Cyan = 0.44, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB86131153-
CMYK0.440.1400.4
HSL199.7º28.03%46.86%-
HSV(B)199.7º43.79%60%-
XYZ17.720.5133.16-
YUV120.05146.59103.71-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.24%
GREEN value IS 131 (51.56% from 255) = 35.41%
BLUE value IS 153 (60.16% from 255) = 41.35%
R=23.24%
G=35.41%
B=41.35%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal861311530.440.1400.4199.728.0346.86
Hex5683992CE028c81c2f
Octal12620323154160503103457
Binary10101101000001110011001101100111001010001100100011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568399; }

 p { color: rgb(86,131,153); }

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

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

 a { background-color: rgb(86,131,153); }

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

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

 span { border-color: rgb(86,131,153); }

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