Html Css Color HEX #528591 Hippie Blue

📋 copy color: '#528591'

red 82 ◦ green 133 ◦ blue 145

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

Shades of Hippie Blue #528591

Tints of Hippie Blue #528591

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.94%

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

R = 22.78%
G = 36.94%
B = 40.28%

CMYK

 C value IS 0.43

 M value IS 0.08

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#528591 (or 0x528591) is known color: Hippie Blue. HEX triplet: 52, 85 and 91. RGB value is (82,133,145). Sum of RGB (Red+Green+Blue) = 82+133+145=360 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.78% from 360); Green value is 133 (52.34% from 255 or 36.94% from 360); Blue value is 145 (57.03% from 255 or 40.28% from 360); Max value from RGB is 145 - color contains mainly: blue. Hex color #528591 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528591 is #AD7A6E. Grayscale: #777777. Windows color (decimal): -11369071 or 9536850. OLE color: 9536850.

HSL color Cylindrical-coordinate representation of color #528591: hue angle of 191.43º 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 #528591 is Cyan = 0.43, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 82 133 145 -
CMYK 0.43 0.08 0 0.43
HSL 191.43º 0.28% 0.45% -
HSV(B) 191.43º 0.43% 0.57% -
XYZ 16.98 20.61 29.87 -
YUV 119.12 142.6 101.52 -
System Red Green Blue C M Y K H S L
Decimal 82 133 145 0.43 0.08 0 0.43 191.43 0.28 0.45
Hex 52 85 91 2B 8 0 2B BF 1C 2D
Octal 122 205 221 53 10 0 53 277 34 55
Binary 1010010 10000101 10010001 101011 1000 0 101011 10111111 11100 101101

Color Harmonies of #528591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528591

Black with #528591

Text Example


Text Example

White with #528591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528591; }

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

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

background-color css

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

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

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

border-color css

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

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

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