Html Css Color HEX #528391 Hippie Blue

📋 copy color: '#528391'

red 82 ◦ green 131 ◦ blue 145

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

Shades of Hippie Blue #528391

Tints of Hippie Blue #528391

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 40.5%

R = 22.91%
G = 36.59%
B = 40.5%

CMYK

 C value IS 0.43

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#528391 (or 0x528391) is known color: Hippie Blue. HEX triplet: 52, 83 and 91. RGB value is (82,131,145). Sum of RGB (Red+Green+Blue) = 82+131+145=358 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.91% from 358); Green value is 131 (51.56% from 255 or 36.59% from 358); Blue value is 145 (57.03% from 255 or 40.50% from 358); Max value from RGB is 145 - color contains mainly: blue. Hex color #528391 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528391 is #AD7C6E. Grayscale: #757575. Windows color (decimal): -11369583 or 9536338. OLE color: 9536338.

HSL color Cylindrical-coordinate representation of color #528391: hue angle of 193.33º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #528391 is Cyan = 0.43, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 82 131 145 -
CMYK 0.43 0.10 0 0.43
HSL 193.33º 0.28% 0.45% -
HSV(B) 193.33º 0.43% 0.57% -
XYZ 16.71 20.07 29.78 -
YUV 117.95 143.27 102.36 -
System Red Green Blue C M Y K H S L
Decimal 82 131 145 0.43 0.10 0 0.43 193.33 0.28 0.45
Hex 52 83 91 2B A 0 2B C1 1C 2D
Octal 122 203 221 53 12 0 53 301 34 55
Binary 1010010 10000011 10010001 101011 1010 0 101011 11000001 11100 101101

Color Harmonies of #528391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528391

Black with #528391

Text Example


Text Example

White with #528391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528391; }

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

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

background-color css

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

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

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

border-color css

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

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

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