#51979A

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

Shades of Half Baked #51979A

Tints of Half Baked #51979A

Color information

#51979A (or 0x51979A) is unknown color: approx Half Baked. HEX triplet: 51, 97 and 9A. RGB value is (81,151,154). Sum of RGB (Red+Green+Blue) = 81+151+154=386 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.98% from 386); Green value is 151 (59.38% from 255 or 39.12% from 386); Blue value is 154 (60.55% from 255 or 39.90% from 386); Max value from RGB is 154 - color contains mainly: blue. Hex color #51979A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51979A is #AE6865. Grayscale: #828282. Windows color (decimal): -11429990 or 10131281. OLE color: 10131281.

HSL color Cylindrical-coordinate representation of color #51979A: hue angle of 182.47º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #51979A is Cyan = 0.47, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB81151154-
CMYK0.470.0200.40
HSL182.47º31.06%46.08%-
HSV(B)182.47º47.4%60.39%-
XYZ20.2926.2234.56-
YUV130.41141.3192.76-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.98%
GREEN value IS 151 (59.38% from 255) = 39.12%
BLUE value IS 154 (60.55% from 255) = 39.90%
R=20.98%
G=39.12%
B=39.90%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal811511540.470.0200.40182.4731.0646.08
Hex51979A2F2028b61f2e
Octal1212272325720502663756
Binary101000110010111100110101011111001010001011011011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51979A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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