#54929e

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

Shades of Half Baked #54929E

Tints of Half Baked #54929E

Color information

#54929E (or 0x54929E) is unknown color: approx Half Baked. HEX triplet: 54, 92 and 9E. RGB value is (84,146,158). Sum of RGB (Red+Green+Blue) = 84+146+158=388 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.65% from 388); Green value is 146 (57.42% from 255 or 37.63% from 388); Blue value is 158 (62.11% from 255 or 40.72% from 388); Max value from RGB is 158 - color contains mainly: blue. Hex color #54929E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54929E is #AB6D61. Grayscale: #808080. Windows color (decimal): -11234658 or 10392148. OLE color: 10392148.

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

Color convert

RGB84146158-
CMYK0.470.0800.38
HSL189.73º30.58%47.45%-
HSV(B)189.73º46.84%61.96%-
XYZ20.1124.9136.1-
YUV128.83144.4696.02-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.65%
GREEN value IS 146 (57.42% from 255) = 37.63%
BLUE value IS 158 (62.11% from 255) = 40.72%
R=21.65%
G=37.63%
B=40.72%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal841461580.470.0800.38189.7330.5847.45
Hex54929E2F8026be1f2f
Octal12422223657100462763757
Binary10101001001001010011110101111100001001101011111011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54929e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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