#54929D

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

Shades of Half Baked #54929D

Tints of Half Baked #54929D

Color information

#54929D (or 0x54929D) is unknown color: approx Half Baked. HEX triplet: 54, 92 and 9D. RGB value is (84,146,157). Sum of RGB (Red+Green+Blue) = 84+146+157=387 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.71% from 387); Green value is 146 (57.42% from 255 or 37.73% from 387); Blue value is 157 (61.72% from 255 or 40.57% from 387); Max value from RGB is 157 - color contains mainly: blue. Hex color #54929D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54929D is #AB6D62. Grayscale: #808080. Windows color (decimal): -11234659 or 10326612. OLE color: 10326612.

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

Color convert

RGB84146157-
CMYK0.460.0700.38
HSL189.04º30.29%47.25%-
HSV(B)189.04º46.5%61.57%-
XYZ20.0224.8835.64-
YUV128.72143.9696.11-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.71%
GREEN value IS 146 (57.42% from 255) = 37.73%
BLUE value IS 157 (61.72% from 255) = 40.57%
R=21.71%
G=37.73%
B=40.57%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal841461570.460.0700.38189.0430.2947.25
Hex54929D2E7026bd1e2f
Octal1242222355670462753657
Binary1010100100100101001110110111011101001101011110111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54929D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,146,157); }

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

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

 a { background-color: rgb(84,146,157); }

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

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

 span { border-color: rgb(84,146,157); }

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