Html Css Color HEX #528095 Hippie Blue

📋 copy color: '#528095'

red 82 ◦ green 128 ◦ blue 149

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

Shades of Hippie Blue #528095

Tints of Hippie Blue #528095

RGB

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

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

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

R = 22.84%
G = 35.65%
B = 41.5%

CMYK

 C value IS 0.45

 M value IS 0.14

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#528095 (or 0x528095) is known color: Hippie Blue. HEX triplet: 52, 80 and 95. RGB value is (82,128,149). Sum of RGB (Red+Green+Blue) = 82+128+149=359 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.84% from 359); Green value is 128 (50.39% from 255 or 35.65% from 359); Blue value is 149 (58.59% from 255 or 41.50% from 359); Max value from RGB is 149 - color contains mainly: blue. Hex color #528095 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528095 is #AD7F6A. Grayscale: #747474. Windows color (decimal): -11370347 or 9797714. OLE color: 9797714.

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

Color convert

RGB 82 128 149 -
CMYK 0.45 0.14 0 0.42
HSL 198.81º 0.29% 0.45% -
HSV(B) 198.81º 0.45% 0.58% -
XYZ 16.62 19.4 31.3 -
YUV 116.64 146.26 103.29 -
System Red Green Blue C M Y K H S L
Decimal 82 128 149 0.45 0.14 0 0.42 198.81 0.29 0.45
Hex 52 80 95 2D E 0 2A C7 1D 2D
Octal 122 200 225 55 16 0 52 307 35 55
Binary 1010010 10000000 10010101 101101 1110 0 101010 11000111 11101 101101

Color Harmonies of #528095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528095

Black with #528095

Text Example


Text Example

White with #528095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528095; }

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

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

background-color css

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

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

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

border-color css

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

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

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