#528294

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

Shades of Hippie Blue #528294

Tints of Hippie Blue #528294

Color information

#528294 (or 0x528294) is unknown color: approx Hippie Blue. HEX triplet: 52, 82 and 94. RGB value is (82,130,148). Sum of RGB (Red+Green+Blue) = 82+130+148=360 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.78% from 360); Green value is 130 (51.17% from 255 or 36.11% from 360); Blue value is 148 (58.20% from 255 or 41.11% from 360); Max value from RGB is 148 - color contains mainly: blue. Hex color #528294 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528294 is #AD7D6B. Grayscale: #757575. Windows color (decimal): -11369836 or 9732690. OLE color: 9732690.

HSL color Cylindrical-coordinate representation of color #528294: hue angle of 196.36º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #528294 is Cyan = 0.45, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB82130148-
CMYK0.450.1200.42
HSL196.36º28.7%45.1%-
HSV(B)196.36º44.59%58.04%-
XYZ16.8119.930.97-
YUV117.7145.1102.54-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.78%
GREEN value IS 130 (51.17% from 255) = 36.11%
BLUE value IS 148 (58.20% from 255) = 41.11%
R=22.78%
G=36.11%
B=41.11%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal821301480.450.1200.42196.3628.745.1
Hex5282942DC02Ac41d2d
Octal12220222455140523043555
Binary10100101000001010010100101101110001010101100010011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528294; }

 p { color: rgb(82,130,148); }

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

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

 a { background-color: rgb(82,130,148); }

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

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

 span { border-color: rgb(82,130,148); }

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