#5D9398

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

Shades of Half Baked #5D9398

Tints of Half Baked #5D9398

Color information

#5D9398 (or 0x5D9398) is unknown color: approx Half Baked. HEX triplet: 5D, 93 and 98. RGB value is (93,147,152). Sum of RGB (Red+Green+Blue) = 93+147+152=392 (51% of max value = 765). Red value is 93 (36.72% from 255 or 23.72% from 392); Green value is 147 (57.81% from 255 or 37.5% from 392); Blue value is 152 (59.77% from 255 or 38.78% from 392); Max value from RGB is 152 - color contains mainly: blue. Hex color #5D9398 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D9398 is #A26C67. Grayscale: #838383. Windows color (decimal): -10644584 or 9999197. OLE color: 9999197.

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

Color convert

RGB93147152-
CMYK0.390.0300.40
HSL185.08º24.08%48.04%-
HSV(B)185.08º38.82%59.61%-
XYZ20.6225.4633.53-
YUV131.42139.61100.59-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 23.72%
GREEN value IS 147 (57.81% from 255) = 37.5%
BLUE value IS 152 (59.77% from 255) = 38.78%
R=23.72%
G=37.5%
B=38.78%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal931471520.390.0300.40185.0824.0848.04
Hex5D9398273028b91830
Octal1352232304730502713060
Binary101110110010011100110001001111101010001011100111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D9398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,147,152); }

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

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

 a { background-color: rgb(93,147,152); }

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

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

 span { border-color: rgb(93,147,152); }

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