#568499

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

Shades of Hippie Blue #568499

Tints of Hippie Blue #568499

Color information

#568499 (or 0x568499) is unknown color: approx Hippie Blue. HEX triplet: 56, 84 and 99. RGB value is (86,132,153). Sum of RGB (Red+Green+Blue) = 86+132+153=371 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.18% from 371); Green value is 132 (51.95% from 255 or 35.58% from 371); Blue value is 153 (60.16% from 255 or 41.24% from 371); Max value from RGB is 153 - color contains mainly: blue. Hex color #568499 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568499 is #A97B66. Grayscale: #787878. Windows color (decimal): -11107175 or 10060886. OLE color: 10060886.

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

Color convert

RGB86132153-
CMYK0.440.1400.4
HSL198.81º28.03%46.86%-
HSV(B)198.81º43.79%60%-
XYZ17.8420.7833.21-
YUV120.64146.26103.29-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.18%
GREEN value IS 132 (51.95% from 255) = 35.58%
BLUE value IS 153 (60.16% from 255) = 41.24%
R=23.18%
G=35.58%
B=41.24%

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
Decimal861321530.440.1400.4198.8128.0346.86
Hex5684992CE028c71c2f
Octal12620423154160503073457
Binary10101101000010010011001101100111001010001100011111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568499; }

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

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

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

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

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

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

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

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