#51949f

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

Shades of Half Baked #51949F

Tints of Half Baked #51949F

Color information

#51949F (or 0x51949F) is unknown color: approx Half Baked. HEX triplet: 51, 94 and 9F. RGB value is (81,148,159). Sum of RGB (Red+Green+Blue) = 81+148+159=388 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.88% from 388); Green value is 148 (58.20% from 255 or 38.14% from 388); Blue value is 159 (62.5% from 255 or 40.98% from 388); Max value from RGB is 159 - color contains mainly: blue. Hex color #51949F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51949F is #AE6B60. Grayscale: #818181. Windows color (decimal): -11430753 or 10458193. OLE color: 10458193.

HSL color Cylindrical-coordinate representation of color #51949F: hue angle of 188.46º 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 #51949F is Cyan = 0.49, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB81148159-
CMYK0.490.0700.38
HSL188.46º32.5%47.06%-
HSV(B)188.46º49.06%62.35%-
XYZ20.2425.4336.64-
YUV129.22144.893.61-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.88%
GREEN value IS 148 (58.20% from 255) = 38.14%
BLUE value IS 159 (62.5% from 255) = 40.98%
R=20.88%
G=38.14%
B=40.98%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal811481590.490.0700.38188.4632.547.06
Hex51949F317026bc202f
Octal1212242376170462744057
Binary10100011001010010011111110001111010011010111100100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51949f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51949f; }

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

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

<style>
 a { background-color: #51949f; }

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

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

<style>
 span { border-color: #51949f; }

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

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