#5B908C

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

Shades of Half Baked #5B908C

Tints of Half Baked #5B908C

Color information

#5B908C (or 0x5B908C) is unknown color: approx Half Baked. HEX triplet: 5B, 90 and 8C. RGB value is (91,144,140). Sum of RGB (Red+Green+Blue) = 91+144+140=375 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.27% from 375); Green value is 144 (56.64% from 255 or 38.4% from 375); Blue value is 140 (55.08% from 255 or 37.33% from 375); Max value from RGB is 144 - color contains mainly: green. Hex color #5B908C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B908C is #A46F73. Grayscale: #7F7F7F. Windows color (decimal): -10776436 or 9211995. OLE color: 9211995.

HSL color Cylindrical-coordinate representation of color #5B908C: hue angle of 175.47º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5B908C is Cyan = 0.37, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB91144140-
CMYK0.3700.030.44
HSL175.47º22.55%46.08%-
HSV(B)175.47º36.81%56.47%-
XYZ19.0224.0628.45-
YUV127.7134.94101.83-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 24.27%
GREEN value IS 144 (56.64% from 255) = 38.4%
BLUE value IS 140 (55.08% from 255) = 37.33%
R=24.27%
G=38.4%
B=37.33%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal911441400.3700.030.44175.4722.5546.08
Hex5B908C25032Caf172e
Octal1332202144503542572756
Binary101101110010000100011001001010111011001010111110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B908C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B908C; }

 p { color: rgb(91,144,140); }

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

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

 a { background-color: rgb(91,144,140); }

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

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

 span { border-color: rgb(91,144,140); }

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