#51948F

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

Shades of Half Baked #51948F

Tints of Half Baked #51948F

Color information

#51948F (or 0x51948F) is unknown color: approx Half Baked. HEX triplet: 51, 94 and 8F. RGB value is (81,148,143). Sum of RGB (Red+Green+Blue) = 81+148+143=372 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.77% from 372); Green value is 148 (58.20% from 255 or 39.78% from 372); Blue value is 143 (56.25% from 255 or 38.44% from 372); Max value from RGB is 148 - color contains mainly: green. Hex color #51948F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51948F is #AE6B70. Grayscale: #7F7F7F. Windows color (decimal): -11430769 or 9409617. OLE color: 9409617.

HSL color Cylindrical-coordinate representation of color #51948F: hue angle of 175.52º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #51948F is Cyan = 0.45, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB81148143-
CMYK0.4500.030.42
HSL175.52º29.26%44.9%-
HSV(B)175.52º45.27%58.04%-
XYZ18.9424.9129.8-
YUV127.4136.894.91-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.77%
GREEN value IS 148 (58.20% from 255) = 39.78%
BLUE value IS 143 (56.25% from 255) = 38.44%
R=21.77%
G=39.78%
B=38.44%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal811481430.4500.030.42175.5229.2644.9
Hex51948F2D032Ab01d2d
Octal1212242175503522603555
Binary101000110010100100011111011010111010101011000011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51948F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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