#59909B

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

Shades of Half Baked #59909B

Tints of Half Baked #59909B

Color information

#59909B (or 0x59909B) is unknown color: approx Half Baked. HEX triplet: 59, 90 and 9B. RGB value is (89,144,155). Sum of RGB (Red+Green+Blue) = 89+144+155=388 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.94% from 388); Green value is 144 (56.64% from 255 or 37.11% from 388); Blue value is 155 (60.94% from 255 or 39.95% from 388); Max value from RGB is 155 - color contains mainly: blue. Hex color #59909B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59909B is #A66F64. Grayscale: #808080. Windows color (decimal): -10907493 or 10195033. OLE color: 10195033.

HSL color Cylindrical-coordinate representation of color #59909B: hue angle of 190º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #59909B is Cyan = 0.43, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB89144155-
CMYK0.430.0700.39
HSL190º27.05%47.84%-
HSV(B)190º42.58%60.78%-
XYZ20.0124.4434.67-
YUV128.81142.7899.61-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.94%
GREEN value IS 144 (56.64% from 255) = 37.11%
BLUE value IS 155 (60.94% from 255) = 39.95%
R=22.94%
G=37.11%
B=39.95%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal891441550.430.0700.3919027.0547.84
Hex59909B2B7027be1b30
Octal1312202335370472763360
Binary1011001100100001001101110101111101001111011111011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59909B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59909B; }

 p { color: rgb(89,144,155); }

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

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

 a { background-color: rgb(89,144,155); }

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

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

 span { border-color: rgb(89,144,155); }

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