Html Css Color HEX #528793 Hippie Blue

📋 copy color: '#528793'

red 82 ◦ green 135 ◦ blue 147

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

Shades of Hippie Blue #528793

Tints of Hippie Blue #528793

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.09%

 BLUE value IS 147 (57.81% from 255) = 40.38%

R = 22.53%
G = 37.09%
B = 40.38%

CMYK

 C value IS 0.44

 M value IS 0.08

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#528793 (or 0x528793) is known color: Hippie Blue. HEX triplet: 52, 87 and 93. RGB value is (82,135,147). Sum of RGB (Red+Green+Blue) = 82+135+147=364 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.53% from 364); Green value is 135 (53.12% from 255 or 37.09% from 364); Blue value is 147 (57.81% from 255 or 40.38% from 364); Max value from RGB is 147 - color contains mainly: blue. Hex color #528793 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528793 is #AD786C. Grayscale: #787878. Windows color (decimal): -11368557 or 9668434. OLE color: 9668434.

HSL color Cylindrical-coordinate representation of color #528793: hue angle of 191.08º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #528793 is Cyan = 0.44, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 82 135 147 -
CMYK 0.44 0.08 0 0.42
HSL 191.08º 0.28% 0.45% -
HSV(B) 191.08º 0.44% 0.58% -
XYZ 17.41 21.23 30.78 -
YUV 120.52 142.94 100.52 -
System Red Green Blue C M Y K H S L
Decimal 82 135 147 0.44 0.08 0 0.42 191.08 0.28 0.45
Hex 52 87 93 2C 8 0 2A BF 1C 2D
Octal 122 207 223 54 10 0 52 277 34 55
Binary 1010010 10000111 10010011 101100 1000 0 101010 10111111 11100 101101

Color Harmonies of #528793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528793

Black with #528793

Text Example


Text Example

White with #528793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528793; }

 p { color: rgb(82,135,147); }

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

background-color css

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

 a { background-color: rgb(82,135,147); }

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

border-color css

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

 span { border-color: rgb(82,135,147); }

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