Html Css Color HEX #528192 Hippie Blue

📋 copy color: '#528192'

red 82 ◦ green 129 ◦ blue 146

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

Shades of Hippie Blue #528192

Tints of Hippie Blue #528192

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.13%

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

R = 22.97%
G = 36.13%
B = 40.9%

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

#528192 (or 0x528192) is known color: Hippie Blue. HEX triplet: 52, 81 and 92. RGB value is (82,129,146). Sum of RGB (Red+Green+Blue) = 82+129+146=357 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.97% from 357); Green value is 129 (50.78% from 255 or 36.13% from 357); Blue value is 146 (57.42% from 255 or 40.90% from 357); Max value from RGB is 146 - color contains mainly: blue. Hex color #528192 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528192 is #AD7E6D. Grayscale: #747474. Windows color (decimal): -11370094 or 9601362. OLE color: 9601362.

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

Color convert

RGB 82 129 146 -
CMYK 0.44 0.12 0 0.43
HSL 195.94º 0.28% 0.45% -
HSV(B) 195.94º 0.44% 0.57% -
XYZ 16.52 19.57 30.1 -
YUV 116.89 144.43 103.12 -
System Red Green Blue C M Y K H S L
Decimal 82 129 146 0.44 0.12 0 0.43 195.94 0.28 0.45
Hex 52 81 92 2C C 0 2B C4 1C 2D
Octal 122 201 222 54 14 0 53 304 34 55
Binary 1010010 10000001 10010010 101100 1100 0 101011 11000100 11100 101101

Color Harmonies of #528192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528192

Black with #528192

Text Example


Text Example

White with #528192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528192; }

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

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

background-color css

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

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

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

border-color css

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

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

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