#53928D

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

Shades of Half Baked #53928D

Tints of Half Baked #53928D

Color information

#53928D (or 0x53928D) is unknown color: approx Half Baked. HEX triplet: 53, 92 and 8D. RGB value is (83,146,141). Sum of RGB (Red+Green+Blue) = 83+146+141=370 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.43% from 370); Green value is 146 (57.42% from 255 or 39.46% from 370); Blue value is 141 (55.47% from 255 or 38.11% from 370); Max value from RGB is 146 - color contains mainly: green. Hex color #53928D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53928D is #AC6D72. Grayscale: #7E7E7E. Windows color (decimal): -11300211 or 9278035. OLE color: 9278035.

HSL color Cylindrical-coordinate representation of color #53928D: hue angle of 175.24º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #53928D is Cyan = 0.43, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB83146141-
CMYK0.4300.030.43
HSL175.24º27.51%44.9%-
HSV(B)175.24º43.15%57.25%-
XYZ18.6524.3228.91-
YUV126.59136.1396.91-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.43%
GREEN value IS 146 (57.42% from 255) = 39.46%
BLUE value IS 141 (55.47% from 255) = 38.11%
R=22.43%
G=39.46%
B=38.11%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal831461410.4300.030.43175.2427.5144.9
Hex53928D2B032Baf1c2d
Octal1232222155303532573455
Binary101001110010010100011011010110111010111010111111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53928D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53928D; }

 p { color: rgb(83,146,141); }

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

<style>
 a { background-color: #53928D; }

 a { background-color: rgb(83,146,141); }

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

<style>
 span { border-color: #53928D; }

 span { border-color: rgb(83,146,141); }

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