Html Css Color HEX #528894 Hippie Blue

📋 copy color: '#528894'

red 82 ◦ green 136 ◦ blue 148

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

Shades of Hippie Blue #528894

Tints of Hippie Blue #528894

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 40.44%

R = 22.4%
G = 37.16%
B = 40.44%

CMYK

 C value IS 0.45

 M value IS 0.08

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#528894 (or 0x528894) is known color: Hippie Blue. HEX triplet: 52, 88 and 94. RGB value is (82,136,148). Sum of RGB (Red+Green+Blue) = 82+136+148=366 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.40% from 366); Green value is 136 (53.52% from 255 or 37.16% from 366); Blue value is 148 (58.20% from 255 or 40.44% from 366); Max value from RGB is 148 - color contains mainly: blue. Hex color #528894 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528894 is #AD776B. Grayscale: #797979. Windows color (decimal): -11368300 or 9734226. OLE color: 9734226.

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

Color convert

RGB 82 136 148 -
CMYK 0.45 0.08 0 0.42
HSL 190.91º 0.29% 0.45% -
HSV(B) 190.91º 0.45% 0.58% -
XYZ 17.63 21.54 31.25 -
YUV 121.22 143.11 100.02 -
System Red Green Blue C M Y K H S L
Decimal 82 136 148 0.45 0.08 0 0.42 190.91 0.29 0.45
Hex 52 88 94 2D 8 0 2A BF 1D 2D
Octal 122 210 224 55 10 0 52 277 35 55
Binary 1010010 10001000 10010100 101101 1000 0 101010 10111111 11101 101101

Color Harmonies of #528894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528894

Black with #528894

Text Example


Text Example

White with #528894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528894; }

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

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

background-color css

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

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

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

border-color css

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

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

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