#5B8C90

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

Shades of Half Baked #5B8C90

Tints of Half Baked #5B8C90

Color information

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

HSL color Cylindrical-coordinate representation of color #5B8C90: hue angle of 184.53º 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 #5B8C90 is Cyan = 0.37, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB91140144-
CMYK0.370.0300.44
HSL184.53º22.55%46.08%-
HSV(B)184.53º36.81%56.47%-
XYZ18.7322.9929.84-
YUV125.8138.27103.17-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal911401440.370.0300.44184.5322.5546.08
Hex5B8C9025302Cb9172e
Octal1332142204530542712756
Binary101101110001100100100001001011101011001011100110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B8C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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