Html Css Color HEX #528390 Hippie Blue

📋 copy color: '#528390'

red 82 ◦ green 131 ◦ blue 144

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

Shades of Hippie Blue #528390

Tints of Hippie Blue #528390

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.69%

 BLUE value IS 144 (56.64% from 255) = 40.34%

R = 22.97%
G = 36.69%
B = 40.34%

CMYK

 C value IS 0.43

 M value IS 0.09

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#528390 (or 0x528390) is known color: Hippie Blue. HEX triplet: 52, 83 and 90. RGB value is (82,131,144). Sum of RGB (Red+Green+Blue) = 82+131+144=357 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.97% from 357); Green value is 131 (51.56% from 255 or 36.69% from 357); Blue value is 144 (56.64% from 255 or 40.34% from 357); Max value from RGB is 144 - color contains mainly: blue. Hex color #528390 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528390 is #AD7C6F. Grayscale: #757575. Windows color (decimal): -11369584 or 9470802. OLE color: 9470802.

HSL color Cylindrical-coordinate representation of color #528390: hue angle of 192.58º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #528390 is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 82 131 144 -
CMYK 0.43 0.09 0 0.44
HSL 192.58º 0.27% 0.44% -
HSV(B) 192.58º 0.43% 0.56% -
XYZ 16.63 20.04 29.38 -
YUV 117.83 142.77 102.44 -
System Red Green Blue C M Y K H S L
Decimal 82 131 144 0.43 0.09 0 0.44 192.58 0.27 0.44
Hex 52 83 90 2B 9 0 2C C1 1B 2C
Octal 122 203 220 53 11 0 54 301 33 54
Binary 1010010 10000011 10010000 101011 1001 0 101100 11000001 11011 101100

Color Harmonies of #528390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528390

Black with #528390

Text Example


Text Example

White with #528390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528390; }

 p { color: rgb(82,131,144); }

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

background-color css

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

 a { background-color: rgb(82,131,144); }

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

border-color css

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

 span { border-color: rgb(82,131,144); }

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