#5D9294

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

Shades of Half Baked #5D9294

Tints of Half Baked #5D9294

Color information

#5D9294 (or 0x5D9294) is unknown color: approx Half Baked. HEX triplet: 5D, 92 and 94. RGB value is (93,146,148). Sum of RGB (Red+Green+Blue) = 93+146+148=387 (51% of max value = 765). Red value is 93 (36.72% from 255 or 24.03% from 387); Green value is 146 (57.42% from 255 or 37.73% from 387); Blue value is 148 (58.20% from 255 or 38.24% from 387); Max value from RGB is 148 - color contains mainly: blue. Hex color #5D9294 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D9294 is #A26D6B. Grayscale: #828282. Windows color (decimal): -10644844 or 9736797. OLE color: 9736797.

HSL color Cylindrical-coordinate representation of color #5D9294: hue angle of 182.18º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5D9294 is Cyan = 0.37, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB93146148-
CMYK0.370.0100.42
HSL182.18º22.82%47.25%-
HSV(B)182.18º37.16%58.04%-
XYZ20.1425.0231.79-
YUV130.38137.94101.34-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 24.03%
GREEN value IS 146 (57.42% from 255) = 37.73%
BLUE value IS 148 (58.20% from 255) = 38.24%
R=24.03%
G=37.73%
B=38.24%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal931461480.370.0100.42182.1822.8247.25
Hex5D929425102Ab6172f
Octal1352222244510522662757
Binary10111011001001010010100100101101010101011011010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D9294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,146,148); }

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

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

 a { background-color: rgb(93,146,148); }

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

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

 span { border-color: rgb(93,146,148); }

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