#54969B

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

Shades of Half Baked #54969B

Tints of Half Baked #54969B

Color information

#54969B (or 0x54969B) is unknown color: approx Half Baked. HEX triplet: 54, 96 and 9B. RGB value is (84,150,155). Sum of RGB (Red+Green+Blue) = 84+150+155=389 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.59% from 389); Green value is 150 (58.98% from 255 or 38.56% from 389); Blue value is 155 (60.94% from 255 or 39.85% from 389); Max value from RGB is 155 - color contains mainly: blue. Hex color #54969B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54969B is #AB6964. Grayscale: #828282. Windows color (decimal): -11233637 or 10196564. OLE color: 10196564.

HSL color Cylindrical-coordinate representation of color #54969B: hue angle of 184.23º 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 #54969B is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB84150155-
CMYK0.460.0300.39
HSL184.23º29.71%46.86%-
HSV(B)184.23º45.81%60.78%-
XYZ20.4826.0634.96-
YUV130.84141.6394.59-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.59%
GREEN value IS 150 (58.98% from 255) = 38.56%
BLUE value IS 155 (60.94% from 255) = 39.85%
R=21.59%
G=38.56%
B=39.85%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal841501550.460.0300.39184.2329.7146.86
Hex54969B2E3027b81e2f
Octal1242262335630472703657
Binary101010010010110100110111011101101001111011100011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54969B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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