Html Css Color HEX #528AA1 Hippie Blue

📋 copy color: '#528AA1'

red 82 ◦ green 138 ◦ blue 161

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

Shades of Hippie Blue #528AA1

Tints of Hippie Blue #528AA1

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.22%

 BLUE value IS 161 (63.28% from 255) = 42.26%

R = 21.52%
G = 36.22%
B = 42.26%

CMYK

 C value IS 0.49

 M value IS 0.14

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#528AA1 (or 0x528AA1) is known color: Hippie Blue. HEX triplet: 52, 8A and A1. RGB value is (82,138,161). Sum of RGB (Red+Green+Blue) = 82+138+161=381 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.52% from 381); Green value is 138 (54.30% from 255 or 36.22% from 381); Blue value is 161 (63.28% from 255 or 42.26% from 381); Max value from RGB is 161 - color contains mainly: blue. Hex color #528AA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528AA1 is #AD755E. Grayscale: #7B7B7B. Windows color (decimal): -11367775 or 10586706. OLE color: 10586706.

HSL color Cylindrical-coordinate representation of color #528AA1: hue angle of 197.47º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #528AA1 is Cyan = 0.49, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 82 138 161 -
CMYK 0.49 0.14 0 0.37
HSL 197.47º 0.33% 0.48% -
HSV(B) 197.47º 0.49% 0.63% -
XYZ 19 22.54 37.07 -
YUV 123.88 148.95 98.13 -
System Red Green Blue C M Y K H S L
Decimal 82 138 161 0.49 0.14 0 0.37 197.47 0.33 0.48
Hex 52 8A A1 31 E 0 25 C5 21 30
Octal 122 212 241 61 16 0 45 305 41 60
Binary 1010010 10001010 10100001 110001 1110 0 100101 11000101 100001 110000

Color Harmonies of #528AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528AA1

Black with #528AA1

Text Example


Text Example

White with #528AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528AA1; }

 p { color: rgb(82,138,161); }

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

background-color css

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

 a { background-color: rgb(82,138,161); }

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

border-color css

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

 span { border-color: rgb(82,138,161); }

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