Html Css Color HEX #528093 Hippie Blue

📋 copy color: '#528093'

red 82 ◦ green 128 ◦ blue 147

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

Shades of Hippie Blue #528093

Tints of Hippie Blue #528093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 41.18%

R = 22.97%
G = 35.85%
B = 41.18%

CMYK

 C value IS 0.44

 M value IS 0.13

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#528093 (or 0x528093) is known color: Hippie Blue. HEX triplet: 52, 80 and 93. RGB value is (82,128,147). Sum of RGB (Red+Green+Blue) = 82+128+147=357 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.97% from 357); Green value is 128 (50.39% from 255 or 35.85% from 357); Blue value is 147 (57.81% from 255 or 41.18% from 357); Max value from RGB is 147 - color contains mainly: blue. Hex color #528093 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528093 is #AD7F6C. Grayscale: #747474. Windows color (decimal): -11370349 or 9666642. OLE color: 9666642.

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

Color convert

RGB 82 128 147 -
CMYK 0.44 0.13 0 0.42
HSL 197.54º 0.28% 0.45% -
HSV(B) 197.54º 0.44% 0.58% -
XYZ 16.47 19.34 30.47 -
YUV 116.41 145.26 103.46 -
System Red Green Blue C M Y K H S L
Decimal 82 128 147 0.44 0.13 0 0.42 197.54 0.28 0.45
Hex 52 80 93 2C D 0 2A C6 1C 2D
Octal 122 200 223 54 15 0 52 306 34 55
Binary 1010010 10000000 10010011 101100 1101 0 101010 11000110 11100 101101

Color Harmonies of #528093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528093

Black with #528093

Text Example


Text Example

White with #528093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528093; }

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

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

background-color css

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

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

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

border-color css

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

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

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