#568799

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

Shades of Hippie Blue #568799

Tints of Hippie Blue #568799

Color information

#568799 (or 0x568799) is unknown color: approx Hippie Blue. HEX triplet: 56, 87 and 99. RGB value is (86,135,153). Sum of RGB (Red+Green+Blue) = 86+135+153=374 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.99% from 374); Green value is 135 (53.12% from 255 or 36.10% from 374); Blue value is 153 (60.16% from 255 or 40.91% from 374); Max value from RGB is 153 - color contains mainly: blue. Hex color #568799 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568799 is #A97866. Grayscale: #7A7A7A. Windows color (decimal): -11106407 or 10061654. OLE color: 10061654.

HSL color Cylindrical-coordinate representation of color #568799: hue angle of 196.12º 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 #568799 is Cyan = 0.44, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB86135153-
CMYK0.440.1200.4
HSL196.12º28.03%46.86%-
HSV(B)196.12º43.79%60%-
XYZ18.2521.6133.35-
YUV122.4145.27102.04-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.99%
GREEN value IS 135 (53.12% from 255) = 36.10%
BLUE value IS 153 (60.16% from 255) = 40.91%
R=22.99%
G=36.10%
B=40.91%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal861351530.440.1200.4196.1228.0346.86
Hex5687992CC028c41c2f
Octal12620723154140503043457
Binary10101101000011110011001101100110001010001100010011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568799; }

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

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

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

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

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

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

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

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