#54969C

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

Shades of Half Baked #54969C

Tints of Half Baked #54969C

Color information

#54969C (or 0x54969C) is unknown color: approx Half Baked. HEX triplet: 54, 96 and 9C. RGB value is (84,150,156). Sum of RGB (Red+Green+Blue) = 84+150+156=390 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.54% from 390); Green value is 150 (58.98% from 255 or 38.46% from 390); Blue value is 156 (61.33% from 255 or 40% from 390); Max value from RGB is 156 - color contains mainly: blue. Hex color #54969C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54969C is #AB6963. Grayscale: #828282. Windows color (decimal): -11233636 or 10262100. OLE color: 10262100.

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

Color convert

RGB84150156-
CMYK0.460.0400.39
HSL185º30%47.06%-
HSV(B)185º46.15%61.18%-
XYZ20.5626.135.41-
YUV130.95142.1394.51-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.54%
GREEN value IS 150 (58.98% from 255) = 38.46%
BLUE value IS 156 (61.33% from 255) = 40%
R=21.54%
G=38.46%
B=40%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal841501560.460.0400.391853047.06
Hex54969C2E4027b91e2f
Octal1242262345640472713657
Binary1010100100101101001110010111010001001111011100111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54969C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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