#548292

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

Shades of Hippie Blue #548292

Tints of Hippie Blue #548292

Color information

#548292 (or 0x548292) is unknown color: approx Hippie Blue. HEX triplet: 54, 82 and 92. RGB value is (84,130,146). Sum of RGB (Red+Green+Blue) = 84+130+146=360 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.33% from 360); Green value is 130 (51.17% from 255 or 36.11% from 360); Blue value is 146 (57.42% from 255 or 40.56% from 360); Max value from RGB is 146 - color contains mainly: blue. Hex color #548292 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #548292 is #AB7D6D. Grayscale: #757575. Windows color (decimal): -11238766 or 9601620. OLE color: 9601620.

HSL color Cylindrical-coordinate representation of color #548292: hue angle of 195.48º 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 #548292 is Cyan = 0.42, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB84130146-
CMYK0.420.1100.43
HSL195.48º26.96%45.1%-
HSV(B)195.48º42.47%57.25%-
XYZ16.8319.9330.15-
YUV118.07143.76103.7-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.33%
GREEN value IS 130 (51.17% from 255) = 36.11%
BLUE value IS 146 (57.42% from 255) = 40.56%
R=23.33%
G=36.11%
B=40.56%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal841301460.420.1100.43195.4826.9645.1
Hex5482922AB02Bc31b2d
Octal12420222252130533033355
Binary10101001000001010010010101010101101010111100001111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #548292; }

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

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

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

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

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

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

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

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