#51898A

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

Shades of Half Baked #51898A

Tints of Half Baked #51898A

Color information

#51898A (or 0x51898A) is unknown color: approx Half Baked. HEX triplet: 51, 89 and 8A. RGB value is (81,137,138). Sum of RGB (Red+Green+Blue) = 81+137+138=356 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.75% from 356); Green value is 137 (53.91% from 255 or 38.48% from 356); Blue value is 138 (54.30% from 255 or 38.76% from 356); Max value from RGB is 138 - color contains mainly: blue. Hex color #51898A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51898A is #AE7675. Grayscale: #787878. Windows color (decimal): -11433590 or 9079121. OLE color: 9079121.

HSL color Cylindrical-coordinate representation of color #51898A: hue angle of 181.05º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #51898A is Cyan = 0.41, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB81137138-
CMYK0.410.0100.46
HSL181.05º26.03%42.94%-
HSV(B)181.05º41.3%54.12%-
XYZ16.9321.4827.3-
YUV120.37137.9599.92-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.75%
GREEN value IS 137 (53.91% from 255) = 38.48%
BLUE value IS 138 (54.30% from 255) = 38.76%
R=22.75%
G=38.48%
B=38.76%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal811371380.410.0100.46181.0526.0342.94
Hex51898A29102Eb51a2b
Octal1212112125110562653253
Binary10100011000100110001010101001101011101011010111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51898A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,137,138); }

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

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

 a { background-color: rgb(81,137,138); }

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

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

 span { border-color: rgb(81,137,138); }

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