Html Css Color HEX #528295 Hippie Blue

📋 copy color: '#528295'

red 82 ◦ green 130 ◦ blue 149

#528295
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hippie Blue #528295

Tints of Hippie Blue #528295

RGB

 RED value IS 82 (32.42% from 255) = 22.71%

 GREEN value IS 130 (51.17% from 255) = 36.01%

 BLUE value IS 149 (58.59% from 255) = 41.27%

R = 22.71%
G = 36.01%
B = 41.27%

CMYK

 C value IS 0.45

 M value IS 0.13

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#528295 (or 0x528295) is known color: Hippie Blue. HEX triplet: 52, 82 and 95. RGB value is (82,130,149). Sum of RGB (Red+Green+Blue) = 82+130+149=361 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.71% from 361); Green value is 130 (51.17% from 255 or 36.01% from 361); Blue value is 149 (58.59% from 255 or 41.27% from 361); Max value from RGB is 149 - color contains mainly: blue. Hex color #528295 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528295 is #AD7D6A. Grayscale: #757575. Windows color (decimal): -11369835 or 9798226. OLE color: 9798226.

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

Color convert

RGB 82 130 149 -
CMYK 0.45 0.13 0 0.42
HSL 197.01º 0.29% 0.45% -
HSV(B) 197.01º 0.45% 0.58% -
XYZ 16.89 19.93 31.39 -
YUV 117.81 145.6 102.46 -
System Red Green Blue C M Y K H S L
Decimal 82 130 149 0.45 0.13 0 0.42 197.01 0.29 0.45
Hex 52 82 95 2D D 0 2A C5 1D 2D
Octal 122 202 225 55 15 0 52 305 35 55
Binary 1010010 10000010 10010101 101101 1101 0 101010 11000101 11101 101101

Color Harmonies of #528295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528295

Black with #528295

Text Example


Text Example

White with #528295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528295; }

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

 H1.HeaderClassName
 {
   color: #528295;
 }
 .AnyTagClassName
 {
   color: #528295;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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