Html Css Color HEX #528898 Hippie Blue

📋 copy color: '#528898'

red 82 ◦ green 136 ◦ blue 152

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

Shades of Hippie Blue #528898

Tints of Hippie Blue #528898

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.76%

 BLUE value IS 152 (59.77% from 255) = 41.08%

R = 22.16%
G = 36.76%
B = 41.08%

CMYK

 C value IS 0.46

 M value IS 0.11

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#528898 (or 0x528898) is known color: Hippie Blue. HEX triplet: 52, 88 and 98. RGB value is (82,136,152). Sum of RGB (Red+Green+Blue) = 82+136+152=370 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.16% from 370); Green value is 136 (53.52% from 255 or 36.76% from 370); Blue value is 152 (59.77% from 255 or 41.08% from 370); Max value from RGB is 152 - color contains mainly: blue. Hex color #528898 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528898 is #AD7767. Grayscale: #797979. Windows color (decimal): -11368296 or 9996370. OLE color: 9996370.

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

Color convert

RGB 82 136 152 -
CMYK 0.46 0.11 0 0.40
HSL 193.71º 0.3% 0.46% -
HSV(B) 193.71º 0.46% 0.6% -
XYZ 17.95 21.67 32.94 -
YUV 121.68 145.11 99.7 -
System Red Green Blue C M Y K H S L
Decimal 82 136 152 0.46 0.11 0 0.40 193.71 0.3 0.46
Hex 52 88 98 2E B 0 28 C2 1E 2E
Octal 122 210 230 56 13 0 50 302 36 56
Binary 1010010 10001000 10011000 101110 1011 0 101000 11000010 11110 101110

Color Harmonies of #528898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528898

Black with #528898

Text Example


Text Example

White with #528898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528898; }

 p { color: rgb(82,136,152); }

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

background-color css

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

 a { background-color: rgb(82,136,152); }

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

border-color css

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

 span { border-color: rgb(82,136,152); }

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