#5D8B8F

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

Shades of Half Baked #5D8B8F

Tints of Half Baked #5D8B8F

Color information

#5D8B8F (or 0x5D8B8F) is unknown color: approx Half Baked. HEX triplet: 5D, 8B and 8F. RGB value is (93,139,143). Sum of RGB (Red+Green+Blue) = 93+139+143=375 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.8% from 375); Green value is 139 (54.69% from 255 or 37.07% from 375); Blue value is 143 (56.25% from 255 or 38.13% from 375); Max value from RGB is 143 - color contains mainly: blue. Hex color #5D8B8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D8B8F is #A27470. Grayscale: #7D7D7D. Windows color (decimal): -10646641 or 9407325. OLE color: 9407325.

HSL color Cylindrical-coordinate representation of color #5D8B8F: hue angle of 184.8º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5D8B8F is Cyan = 0.35, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB93139143-
CMYK0.350.0300.44
HSL184.8º21.19%46.27%-
HSV(B)184.8º34.97%56.08%-
XYZ18.722.7829.4-
YUV125.7137.76104.67-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 24.8%
GREEN value IS 139 (54.69% from 255) = 37.07%
BLUE value IS 143 (56.25% from 255) = 38.13%
R=24.8%
G=37.07%
B=38.13%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal931391430.350.0300.44184.821.1946.27
Hex5D8B8F23302Cb9152e
Octal1352132174330542712556
Binary101110110001011100011111000111101011001011100110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D8B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,139,143); }

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

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

 a { background-color: rgb(93,139,143); }

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

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

 span { border-color: rgb(93,139,143); }

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