Html Css Color HEX #528096 Hippie Blue

📋 copy color: '#528096'

red 82 ◦ green 128 ◦ blue 150

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

Shades of Hippie Blue #528096

Tints of Hippie Blue #528096

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.56%

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

R = 22.78%
G = 35.56%
B = 41.67%

CMYK

 C value IS 0.45

 M value IS 0.15

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#528096 (or 0x528096) is known color: Hippie Blue. HEX triplet: 52, 80 and 96. RGB value is (82,128,150). Sum of RGB (Red+Green+Blue) = 82+128+150=360 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.78% from 360); Green value is 128 (50.39% from 255 or 35.56% from 360); Blue value is 150 (58.98% from 255 or 41.67% from 360); Max value from RGB is 150 - color contains mainly: blue. Hex color #528096 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528096 is #AD7F69. Grayscale: #747474. Windows color (decimal): -11370346 or 9863250. OLE color: 9863250.

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

Color convert

RGB 82 128 150 -
CMYK 0.45 0.15 0 0.41
HSL 199.41º 0.29% 0.45% -
HSV(B) 199.41º 0.45% 0.59% -
XYZ 16.7 19.43 31.72 -
YUV 116.75 146.76 103.21 -
System Red Green Blue C M Y K H S L
Decimal 82 128 150 0.45 0.15 0 0.41 199.41 0.29 0.45
Hex 52 80 96 2D F 0 29 C7 1D 2D
Octal 122 200 226 55 17 0 51 307 35 55
Binary 1010010 10000000 10010110 101101 1111 0 101001 11000111 11101 101101

Color Harmonies of #528096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528096

Black with #528096

Text Example


Text Example

White with #528096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528096; }

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

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

background-color css

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

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

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

border-color css

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

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

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