Html Css Color HEX #528396 Hippie Blue

📋 copy color: '#528396'

red 82 ◦ green 131 ◦ blue 150

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

Shades of Hippie Blue #528396

Tints of Hippie Blue #528396

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.09%

 BLUE value IS 150 (58.98% from 255) = 41.32%

R = 22.59%
G = 36.09%
B = 41.32%

CMYK

 C value IS 0.45

 M value IS 0.13

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#528396 (or 0x528396) is known color: Hippie Blue. HEX triplet: 52, 83 and 96. RGB value is (82,131,150). Sum of RGB (Red+Green+Blue) = 82+131+150=363 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.59% from 363); Green value is 131 (51.56% from 255 or 36.09% from 363); Blue value is 150 (58.98% from 255 or 41.32% from 363); Max value from RGB is 150 - color contains mainly: blue. Hex color #528396 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528396 is #AD7C69. Grayscale: #767676. Windows color (decimal): -11369578 or 9864018. OLE color: 9864018.

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

Color convert

RGB 82 131 150 -
CMYK 0.45 0.13 0 0.41
HSL 196.76º 0.29% 0.45% -
HSV(B) 196.76º 0.45% 0.59% -
XYZ 17.1 20.23 31.86 -
YUV 118.52 145.77 101.96 -
System Red Green Blue C M Y K H S L
Decimal 82 131 150 0.45 0.13 0 0.41 196.76 0.29 0.45
Hex 52 83 96 2D D 0 29 C5 1D 2D
Octal 122 203 226 55 15 0 51 305 35 55
Binary 1010010 10000011 10010110 101101 1101 0 101001 11000101 11101 101101

Color Harmonies of #528396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528396

Black with #528396

Text Example


Text Example

White with #528396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528396; }

 p { color: rgb(82,131,150); }

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

background-color css

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

 a { background-color: rgb(82,131,150); }

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

border-color css

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

 span { border-color: rgb(82,131,150); }

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