#54929B

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

Shades of Half Baked #54929B

Tints of Half Baked #54929B

Color information

#54929B (or 0x54929B) is unknown color: approx Half Baked. HEX triplet: 54, 92 and 9B. RGB value is (84,146,155). Sum of RGB (Red+Green+Blue) = 84+146+155=385 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.82% from 385); Green value is 146 (57.42% from 255 or 37.92% from 385); Blue value is 155 (60.94% from 255 or 40.26% from 385); Max value from RGB is 155 - color contains mainly: blue. Hex color #54929B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54929B is #AB6D64. Grayscale: #808080. Windows color (decimal): -11234661 or 10195540. OLE color: 10195540.

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

Color convert

RGB84146155-
CMYK0.460.0600.39
HSL187.61º29.71%46.86%-
HSV(B)187.61º45.81%60.78%-
XYZ19.8524.8134.75-
YUV128.49142.9696.27-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.82%
GREEN value IS 146 (57.42% from 255) = 37.92%
BLUE value IS 155 (60.94% from 255) = 40.26%
R=21.82%
G=37.92%
B=40.26%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal841461550.460.0600.39187.6129.7146.86
Hex54929B2E6027bc1e2f
Octal1242222335660472743657
Binary1010100100100101001101110111011001001111011110011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54929B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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