#51979F

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

Shades of Half Baked #51979F

Tints of Half Baked #51979F

Color information

#51979F (or 0x51979F) is unknown color: approx Half Baked. HEX triplet: 51, 97 and 9F. RGB value is (81,151,159). Sum of RGB (Red+Green+Blue) = 81+151+159=391 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.72% from 391); Green value is 151 (59.38% from 255 or 38.62% from 391); Blue value is 159 (62.5% from 255 or 40.66% from 391); Max value from RGB is 159 - color contains mainly: blue. Hex color #51979F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51979F is #AE6860. Grayscale: #828282. Windows color (decimal): -11429985 or 10458961. OLE color: 10458961.

HSL color Cylindrical-coordinate representation of color #51979F: hue angle of 186.15º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #51979F is Cyan = 0.49, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB81151159-
CMYK0.490.0500.38
HSL186.15º32.5%47.06%-
HSV(B)186.15º49.06%62.35%-
XYZ20.7226.3936.8-
YUV130.98143.8192.35-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.72%
GREEN value IS 151 (59.38% from 255) = 38.62%
BLUE value IS 159 (62.5% from 255) = 40.66%
R=20.72%
G=38.62%
B=40.66%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal811511590.490.0500.38186.1532.547.06
Hex51979F315026ba202f
Octal1212272376150462724057
Binary10100011001011110011111110001101010011010111010100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51979F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51979F; }

 p { color: rgb(81,151,159); }

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

<style>
 a { background-color: #51979F; }

 a { background-color: rgb(81,151,159); }

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

<style>
 span { border-color: #51979F; }

 span { border-color: rgb(81,151,159); }

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