Html Css Color HEX #528094 Hippie Blue

📋 copy color: '#528094'

red 82 ◦ green 128 ◦ blue 148

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

Shades of Hippie Blue #528094

Tints of Hippie Blue #528094

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.75%

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

R = 22.91%
G = 35.75%
B = 41.34%

CMYK

 C value IS 0.45

 M value IS 0.14

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#528094 (or 0x528094) is known color: Hippie Blue. HEX triplet: 52, 80 and 94. RGB value is (82,128,148). Sum of RGB (Red+Green+Blue) = 82+128+148=358 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.91% from 358); Green value is 128 (50.39% from 255 or 35.75% from 358); Blue value is 148 (58.20% from 255 or 41.34% from 358); Max value from RGB is 148 - color contains mainly: blue. Hex color #528094 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528094 is #AD7F6B. Grayscale: #747474. Windows color (decimal): -11370348 or 9732178. OLE color: 9732178.

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

Color convert

RGB 82 128 148 -
CMYK 0.45 0.14 0 0.42
HSL 198.18º 0.29% 0.45% -
HSV(B) 198.18º 0.45% 0.58% -
XYZ 16.54 19.37 30.88 -
YUV 116.53 145.76 103.37 -
System Red Green Blue C M Y K H S L
Decimal 82 128 148 0.45 0.14 0 0.42 198.18 0.29 0.45
Hex 52 80 94 2D E 0 2A C6 1D 2D
Octal 122 200 224 55 16 0 52 306 35 55
Binary 1010010 10000000 10010100 101101 1110 0 101010 11000110 11101 101101

Color Harmonies of #528094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528094

Black with #528094

Text Example


Text Example

White with #528094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528094; }

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

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

background-color css

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

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

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

border-color css

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

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

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