#51949D

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

Shades of Half Baked #51949D

Tints of Half Baked #51949D

Color information

#51949D (or 0x51949D) is unknown color: approx Half Baked. HEX triplet: 51, 94 and 9D. RGB value is (81,148,157). Sum of RGB (Red+Green+Blue) = 81+148+157=386 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.98% from 386); Green value is 148 (58.20% from 255 or 38.34% from 386); Blue value is 157 (61.72% from 255 or 40.67% from 386); Max value from RGB is 157 - color contains mainly: blue. Hex color #51949D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51949D is #AE6B62. Grayscale: #808080. Windows color (decimal): -11430755 or 10327121. OLE color: 10327121.

HSL color Cylindrical-coordinate representation of color #51949D: hue angle of 187.11º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #51949D is Cyan = 0.48, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB81148157-
CMYK0.480.0600.38
HSL187.11º31.93%46.67%-
HSV(B)187.11º48.41%61.57%-
XYZ20.0725.3635.74-
YUV128.99143.893.77-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.98%
GREEN value IS 148 (58.20% from 255) = 38.34%
BLUE value IS 157 (61.72% from 255) = 40.67%
R=20.98%
G=38.34%
B=40.67%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal811481570.480.0600.38187.1131.9346.67
Hex51949D306026bb202f
Octal1212242356060462734057
Binary10100011001010010011101110000110010011010111011100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51949D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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