#568790

Color #568790 Half Baked (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Half Baked #568790

Tints of Half Baked #568790

Color information

#568790 (or 0x568790) is unknown color: approx Half Baked. HEX triplet: 56, 87 and 90. RGB value is (86,135,144). Sum of RGB (Red+Green+Blue) = 86+135+144=365 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.56% from 365); Green value is 135 (53.12% from 255 or 36.99% from 365); Blue value is 144 (56.64% from 255 or 39.45% from 365); Max value from RGB is 144 - color contains mainly: blue. Hex color #568790 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568790 is #A9786F. Grayscale: #797979. Windows color (decimal): -11106416 or 9471830. OLE color: 9471830.

HSL color Cylindrical-coordinate representation of color #568790: hue angle of 189.31º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #568790 is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB86135144-
CMYK0.400.0600.44
HSL189.31º25.22%45.1%-
HSV(B)189.31º40.28%56.47%-
XYZ17.5421.3229.58-
YUV121.37140.77102.77-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.56%
GREEN value IS 135 (53.12% from 255) = 36.99%
BLUE value IS 144 (56.64% from 255) = 39.45%
R=23.56%
G=36.99%
B=39.45%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal861351440.400.0600.44189.3125.2245.1
Hex56879028602Cbd192d
Octal1262072205060542753155
Binary1010110100001111001000010100011001011001011110111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568790; }

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

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

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

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

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

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

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

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