Html Css Color HEX #528699 Hippie Blue

📋 copy color: '#528699'

red 82 ◦ green 134 ◦ blue 153

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

Shades of Hippie Blue #528699

Tints of Hippie Blue #528699

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 41.46%

R = 22.22%
G = 36.31%
B = 41.46%

CMYK

 C value IS 0.46

 M value IS 0.12

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#528699 (or 0x528699) is known color: Hippie Blue. HEX triplet: 52, 86 and 99. RGB value is (82,134,153). Sum of RGB (Red+Green+Blue) = 82+134+153=369 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.22% from 369); Green value is 134 (52.73% from 255 or 36.31% from 369); Blue value is 153 (60.16% from 255 or 41.46% from 369); Max value from RGB is 153 - color contains mainly: blue. Hex color #528699 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528699 is #AD7966. Grayscale: #787878. Windows color (decimal): -11368807 or 10061394. OLE color: 10061394.

HSL color Cylindrical-coordinate representation of color #528699: hue angle of 196.06º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #528699 is Cyan = 0.46, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 82 134 153 -
CMYK 0.46 0.12 0 0.4
HSL 196.06º 0.3% 0.46% -
HSV(B) 196.06º 0.46% 0.6% -
XYZ 17.75 21.14 33.28 -
YUV 120.62 146.27 100.46 -
System Red Green Blue C M Y K H S L
Decimal 82 134 153 0.46 0.12 0 0.4 196.06 0.3 0.46
Hex 52 86 99 2E C 0 28 C4 1E 2E
Octal 122 206 231 56 14 0 50 304 36 56
Binary 1010010 10000110 10011001 101110 1100 0 101000 11000100 11110 101110

Color Harmonies of #528699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528699

Black with #528699

Text Example


Text Example

White with #528699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528699; }

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

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

background-color css

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

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

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

border-color css

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

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

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