#568398

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

Shades of Hippie Blue #568398

Tints of Hippie Blue #568398

Color information

#568398 (or 0x568398) is unknown color: approx Hippie Blue. HEX triplet: 56, 83 and 98. RGB value is (86,131,152). Sum of RGB (Red+Green+Blue) = 86+131+152=369 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.31% from 369); Green value is 131 (51.56% from 255 or 35.50% from 369); Blue value is 152 (59.77% from 255 or 41.19% from 369); Max value from RGB is 152 - color contains mainly: blue. Hex color #568398 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568398 is #A97C67. Grayscale: #777777. Windows color (decimal): -11107432 or 9995094. OLE color: 9995094.

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

Color convert

RGB86131152-
CMYK0.430.1400.40
HSL199.09º27.73%46.67%-
HSV(B)199.09º43.42%59.61%-
XYZ17.6220.4832.73-
YUV119.94146.09103.79-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.31%
GREEN value IS 131 (51.56% from 255) = 35.50%
BLUE value IS 152 (59.77% from 255) = 41.19%
R=23.31%
G=35.50%
B=41.19%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal861311520.430.1400.40199.0927.7346.67
Hex5683982BE028c71c2f
Octal12620323053160503073457
Binary10101101000001110011000101011111001010001100011111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568398; }

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

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

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

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

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

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

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

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