#568199

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

Shades of Hippie Blue #568199

Tints of Hippie Blue #568199

Color information

#568199 (or 0x568199) is unknown color: approx Hippie Blue. HEX triplet: 56, 81 and 99. RGB value is (86,129,153). Sum of RGB (Red+Green+Blue) = 86+129+153=368 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.37% from 368); Green value is 129 (50.78% from 255 or 35.05% from 368); Blue value is 153 (60.16% from 255 or 41.58% from 368); Max value from RGB is 153 - color contains mainly: blue. Hex color #568199 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568199 is #A97E66. Grayscale: #767676. Windows color (decimal): -11107943 or 10060118. OLE color: 10060118.

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

Color convert

RGB86129153-
CMYK0.440.1600.4
HSL201.49º28.03%46.86%-
HSV(B)201.49º43.79%60%-
XYZ17.4419.9833.07-
YUV118.88147.25104.55-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.37%
GREEN value IS 129 (50.78% from 255) = 35.05%
BLUE value IS 153 (60.16% from 255) = 41.58%
R=23.37%
G=35.05%
B=41.58%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal861291530.440.1600.4201.4928.0346.86
Hex5681992C10028c91c2f
Octal12620123154200503113457
Binary101011010000001100110011011001000001010001100100111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568199; }

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

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

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

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

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

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

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

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