#538C8F

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

Shades of Half Baked #538C8F

Tints of Half Baked #538C8F

Color information

#538C8F (or 0x538C8F) is unknown color: approx Half Baked. HEX triplet: 53, 8C and 8F. RGB value is (83,140,143). Sum of RGB (Red+Green+Blue) = 83+140+143=366 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.68% from 366); Green value is 140 (55.08% from 255 or 38.25% from 366); Blue value is 143 (56.25% from 255 or 39.07% from 366); Max value from RGB is 143 - color contains mainly: blue. Hex color #538C8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538C8F is #AC7370. Grayscale: #7B7B7B. Windows color (decimal): -11301745 or 9407571. OLE color: 9407571.

HSL color Cylindrical-coordinate representation of color #538C8F: hue angle of 183º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #538C8F is Cyan = 0.42, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB83140143-
CMYK0.420.0200.44
HSL183º26.55%44.31%-
HSV(B)183º41.96%56.08%-
XYZ17.922.5829.4-
YUV123.3139.1299.26-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.68%
GREEN value IS 140 (55.08% from 255) = 38.25%
BLUE value IS 143 (56.25% from 255) = 39.07%
R=22.68%
G=38.25%
B=39.07%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal831401430.420.0200.4418326.5544.31
Hex538C8F2A202Cb71b2c
Octal1232142175220542673354
Binary101001110001100100011111010101001011001011011111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538C8F; }

 p { color: rgb(83,140,143); }

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

<style>
 a { background-color: #538C8F; }

 a { background-color: rgb(83,140,143); }

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

<style>
 span { border-color: #538C8F; }

 span { border-color: rgb(83,140,143); }

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