#52818D

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

Shades of Hippie Blue #52818D

Tints of Hippie Blue #52818D

Color information

#52818D (or 0x52818D) is unknown color: approx Hippie Blue. HEX triplet: 52, 81 and 8D. RGB value is (82,129,141). Sum of RGB (Red+Green+Blue) = 82+129+141=352 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.30% from 352); Green value is 129 (50.78% from 255 or 36.65% from 352); Blue value is 141 (55.47% from 255 or 40.06% from 352); Max value from RGB is 141 - color contains mainly: blue. Hex color #52818D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52818D is #AD7E72. Grayscale: #747474. Windows color (decimal): -11370099 or 9273682. OLE color: 9273682.

HSL color Cylindrical-coordinate representation of color #52818D: hue angle of 192.2º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #52818D is Cyan = 0.42, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB82129141-
CMYK0.420.0900.45
HSL192.2º26.46%43.73%-
HSV(B)192.2º41.84%55.29%-
XYZ16.1419.4228.1-
YUV116.32141.93103.52-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.30%
GREEN value IS 129 (50.78% from 255) = 36.65%
BLUE value IS 141 (55.47% from 255) = 40.06%
R=23.30%
G=36.65%
B=40.06%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal821291410.420.0900.45192.226.4643.73
Hex52818D2A902Dc01a2c
Octal12220121552110553003254
Binary10100101000000110001101101010100101011011100000011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52818D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52818D; }

 p { color: rgb(82,129,141); }

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

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

 a { background-color: rgb(82,129,141); }

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

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

 span { border-color: rgb(82,129,141); }

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