#548492

Color #548492 Hippie Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Blue #548492

Tints of Hippie Blue #548492

Color information

#548492 (or 0x548492) is unknown color: approx Hippie Blue. HEX triplet: 54, 84 and 92. RGB value is (84,132,146). Sum of RGB (Red+Green+Blue) = 84+132+146=362 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.20% from 362); Green value is 132 (51.95% from 255 or 36.46% from 362); Blue value is 146 (57.42% from 255 or 40.33% from 362); Max value from RGB is 146 - color contains mainly: blue. Hex color #548492 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #548492 is #AB7B6D. Grayscale: #777777. Windows color (decimal): -11238254 or 9602132. OLE color: 9602132.

HSL color Cylindrical-coordinate representation of color #548492: hue angle of 193.55º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #548492 is Cyan = 0.42, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB84132146-
CMYK0.420.1000.43
HSL193.55º26.96%45.1%-
HSV(B)193.55º42.47%57.25%-
XYZ17.120.4630.24-
YUV119.24143.1102.86-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.20%
GREEN value IS 132 (51.95% from 255) = 36.46%
BLUE value IS 146 (57.42% from 255) = 40.33%
R=23.20%
G=36.46%
B=40.33%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal841321460.420.1000.43193.5526.9645.1
Hex5484922AA02Bc21b2d
Octal12420422252120533023355
Binary10101001000010010010010101010101001010111100001011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #548492; }

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

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

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

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

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

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

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

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