#5E939A

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

Shades of Half Baked #5E939A

Tints of Half Baked #5E939A

Color information

#5E939A (or 0x5E939A) is unknown color: approx Half Baked. HEX triplet: 5E, 93 and 9A. RGB value is (94,147,154). Sum of RGB (Red+Green+Blue) = 94+147+154=395 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.80% from 395); Green value is 147 (57.81% from 255 or 37.22% from 395); Blue value is 154 (60.55% from 255 or 38.99% from 395); Max value from RGB is 154 - color contains mainly: blue. Hex color #5E939A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E939A is #A16C65. Grayscale: #838383. Windows color (decimal): -10579046 or 10130270. OLE color: 10130270.

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

Color convert

RGB94147154-
CMYK0.390.0500.40
HSL187º24.19%48.63%-
HSV(B)187º38.96%60.39%-
XYZ20.8825.5834.41-
YUV131.95140.44100.93-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 23.80%
GREEN value IS 147 (57.81% from 255) = 37.22%
BLUE value IS 154 (60.55% from 255) = 38.99%
R=23.80%
G=37.22%
B=38.99%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal941471540.390.0500.4018724.1948.63
Hex5E939A275028bb1831
Octal1362232324750502733061
Binary1011110100100111001101010011110101010001011101111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E939A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,147,154); }

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

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

 a { background-color: rgb(94,147,154); }

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

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

 span { border-color: rgb(94,147,154); }

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