#5B8A92

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

Shades of Half Baked #5B8A92

Tints of Half Baked #5B8A92

Color information

#5B8A92 (or 0x5B8A92) is unknown color: approx Half Baked. HEX triplet: 5B, 8A and 92. RGB value is (91,138,146). Sum of RGB (Red+Green+Blue) = 91+138+146=375 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.27% from 375); Green value is 138 (54.30% from 255 or 36.8% from 375); Blue value is 146 (57.42% from 255 or 38.93% from 375); Max value from RGB is 146 - color contains mainly: blue. Hex color #5B8A92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B8A92 is #A4756D. Grayscale: #7C7C7C. Windows color (decimal): -10777966 or 9603675. OLE color: 9603675.

HSL color Cylindrical-coordinate representation of color #5B8A92: hue angle of 188.73º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5B8A92 is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB91138146-
CMYK0.380.0500.43
HSL188.73º23.21%46.47%-
HSV(B)188.73º37.67%57.25%-
XYZ18.5922.4830.55-
YUV124.86139.93103.85-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 24.27%
GREEN value IS 138 (54.30% from 255) = 36.8%
BLUE value IS 146 (57.42% from 255) = 38.93%
R=24.27%
G=36.8%
B=38.93%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal911381460.380.0500.43188.7323.2146.47
Hex5B8A9226502Bbd172e
Octal1332122224650532752756
Binary1011011100010101001001010011010101010111011110110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B8A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,138,146); }

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

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

 a { background-color: rgb(91,138,146); }

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

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

 span { border-color: rgb(91,138,146); }

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