#5E929B

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

Shades of Half Baked #5E929B

Tints of Half Baked #5E929B

Color information

#5E929B (or 0x5E929B) is unknown color: approx Half Baked. HEX triplet: 5E, 92 and 9B. RGB value is (94,146,155). Sum of RGB (Red+Green+Blue) = 94+146+155=395 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.80% from 395); Green value is 146 (57.42% from 255 or 36.96% from 395); Blue value is 155 (60.94% from 255 or 39.24% from 395); Max value from RGB is 155 - color contains mainly: blue. Hex color #5E929B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E929B is #A16D64. Grayscale: #838383. Windows color (decimal): -10579301 or 10195550. OLE color: 10195550.

HSL color Cylindrical-coordinate representation of color #5E929B: hue angle of 188.85º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5E929B is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB94146155-
CMYK0.390.0600.39
HSL188.85º24.5%48.82%-
HSV(B)188.85º39.35%60.78%-
XYZ20.8125.334.8-
YUV131.48141.27101.27-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 23.80%
GREEN value IS 146 (57.42% from 255) = 36.96%
BLUE value IS 155 (60.94% from 255) = 39.24%
R=23.80%
G=36.96%
B=39.24%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal941461550.390.0600.39188.8524.548.82
Hex5E929B276027bd1831
Octal1362222334760472753061
Binary1011110100100101001101110011111001001111011110111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E929B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,146,155); }

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

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

 a { background-color: rgb(94,146,155); }

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

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

 span { border-color: rgb(94,146,155); }

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