Html Css Color HEX #528092 Hippie Blue

📋 copy color: '#528092'

red 82 ◦ green 128 ◦ blue 146

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

Shades of Hippie Blue #528092

Tints of Hippie Blue #528092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 41.01%

R = 23.03%
G = 35.96%
B = 41.01%

CMYK

 C value IS 0.44

 M value IS 0.12

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#528092 (or 0x528092) is known color: Hippie Blue. HEX triplet: 52, 80 and 92. RGB value is (82,128,146). Sum of RGB (Red+Green+Blue) = 82+128+146=356 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.03% from 356); Green value is 128 (50.39% from 255 or 35.96% from 356); Blue value is 146 (57.42% from 255 or 41.01% from 356); Max value from RGB is 146 - color contains mainly: blue. Hex color #528092 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528092 is #AD7F6D. Grayscale: #747474. Windows color (decimal): -11370350 or 9601106. OLE color: 9601106.

HSL color Cylindrical-coordinate representation of color #528092: hue angle of 196.88º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #528092 is Cyan = 0.44, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 82 128 146 -
CMYK 0.44 0.12 0 0.43
HSL 196.88º 0.28% 0.45% -
HSV(B) 196.88º 0.44% 0.57% -
XYZ 16.39 19.31 30.06 -
YUV 116.3 144.76 103.54 -
System Red Green Blue C M Y K H S L
Decimal 82 128 146 0.44 0.12 0 0.43 196.88 0.28 0.45
Hex 52 80 92 2C C 0 2B C5 1C 2D
Octal 122 200 222 54 14 0 53 305 34 55
Binary 1010010 10000000 10010010 101100 1100 0 101011 11000101 11100 101101

Color Harmonies of #528092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528092

Black with #528092

Text Example


Text Example

White with #528092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528092; }

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

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

background-color css

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

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

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

border-color css

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

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

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