#51848E

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

Shades of Half Baked #51848E

Tints of Half Baked #51848E

Color information

#51848E (or 0x51848E) is unknown color: approx Half Baked. HEX triplet: 51, 84 and 8E. RGB value is (81,132,142). Sum of RGB (Red+Green+Blue) = 81+132+142=355 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.82% from 355); Green value is 132 (51.95% from 255 or 37.18% from 355); Blue value is 142 (55.86% from 255 or 40% from 355); Max value from RGB is 142 - color contains mainly: blue. Hex color #51848E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51848E is #AE7B71. Grayscale: #757575. Windows color (decimal): -11434866 or 9339985. OLE color: 9339985.

HSL color Cylindrical-coordinate representation of color #51848E: hue angle of 189.84º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #51848E is Cyan = 0.43, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB81132142-
CMYK0.430.0700.44
HSL189.84º27.35%43.73%-
HSV(B)189.84º42.96%55.69%-
XYZ16.5320.228.62-
YUV117.89141.6101.69-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.82%
GREEN value IS 132 (51.95% from 255) = 37.18%
BLUE value IS 142 (55.86% from 255) = 40%
R=22.82%
G=37.18%
B=40%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal811321420.430.0700.44189.8427.3543.73
Hex51848E2B702Cbe1b2c
Octal1212042165370542763354
Binary1010001100001001000111010101111101011001011111011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51848E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51848E; }

 p { color: rgb(81,132,142); }

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

<style>
 a { background-color: #51848E; }

 a { background-color: rgb(81,132,142); }

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

<style>
 span { border-color: #51848E; }

 span { border-color: rgb(81,132,142); }

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