Html Css Color HEX #528696 Hippie Blue

📋 copy color: '#528696'

red 82 ◦ green 134 ◦ blue 150

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

Shades of Hippie Blue #528696

Tints of Hippie Blue #528696

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.61%

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

R = 22.4%
G = 36.61%
B = 40.98%

CMYK

 C value IS 0.45

 M value IS 0.11

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#528696 (or 0x528696) is known color: Hippie Blue. HEX triplet: 52, 86 and 96. RGB value is (82,134,150). Sum of RGB (Red+Green+Blue) = 82+134+150=366 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.40% from 366); Green value is 134 (52.73% from 255 or 36.61% from 366); Blue value is 150 (58.98% from 255 or 40.98% from 366); Max value from RGB is 150 - color contains mainly: blue. Hex color #528696 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528696 is #AD7969. Grayscale: #787878. Windows color (decimal): -11368810 or 9864786. OLE color: 9864786.

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

Color convert

RGB 82 134 150 -
CMYK 0.45 0.11 0 0.41
HSL 194.12º 0.29% 0.45% -
HSV(B) 194.12º 0.45% 0.59% -
XYZ 17.51 21.05 31.99 -
YUV 120.28 144.77 100.7 -
System Red Green Blue C M Y K H S L
Decimal 82 134 150 0.45 0.11 0 0.41 194.12 0.29 0.45
Hex 52 86 96 2D B 0 29 C2 1D 2D
Octal 122 206 226 55 13 0 51 302 35 55
Binary 1010010 10000110 10010110 101101 1011 0 101001 11000010 11101 101101

Color Harmonies of #528696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528696

Black with #528696

Text Example


Text Example

White with #528696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528696; }

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

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

background-color css

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

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

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

border-color css

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

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

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