Html Css Color HEX #528492 Hippie Blue

📋 copy color: '#528492'

red 82 ◦ green 132 ◦ blue 146

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

Shades of Hippie Blue #528492

Tints of Hippie Blue #528492

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.67%

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

R = 22.78%
G = 36.67%
B = 40.56%

CMYK

 C value IS 0.44

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#528492 (or 0x528492) is known color: Hippie Blue. HEX triplet: 52, 84 and 92. RGB value is (82,132,146). Sum of RGB (Red+Green+Blue) = 82+132+146=360 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.78% from 360); Green value is 132 (51.95% from 255 or 36.67% from 360); Blue value is 146 (57.42% from 255 or 40.56% from 360); Max value from RGB is 146 - color contains mainly: blue. Hex color #528492 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528492 is #AD7B6D. Grayscale: #767676. Windows color (decimal): -11369326 or 9602130. OLE color: 9602130.

HSL color Cylindrical-coordinate representation of color #528492: hue angle of 193.12º 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 #528492 is Cyan = 0.44, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 82 132 146 -
CMYK 0.44 0.10 0 0.43
HSL 193.13º 0.28% 0.45% -
HSV(B) 193.13º 0.44% 0.57% -
XYZ 16.92 20.37 30.23 -
YUV 118.65 143.44 101.86 -
System Red Green Blue C M Y K H S L
Decimal 82 132 146 0.44 0.10 0 0.43 193.13 0.28 0.45
Hex 52 84 92 2C A 0 2B C1 1C 2D
Octal 122 204 222 54 12 0 53 301 34 55
Binary 1010010 10000100 10010010 101100 1010 0 101011 11000001 11100 101101

Color Harmonies of #528492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528492

Black with #528492

Text Example


Text Example

White with #528492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528492; }

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

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

background-color css

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

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

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

border-color css

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

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

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