Html Css Color HEX #528A9B Hippie Blue

📋 copy color: '#528A9B'

red 82 ◦ green 138 ◦ blue 155

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

Shades of Hippie Blue #528A9B

Tints of Hippie Blue #528A9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 41.33%

R = 21.87%
G = 36.8%
B = 41.33%

CMYK

 C value IS 0.47

 M value IS 0.11

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#528A9B (or 0x528A9B) is known color: Hippie Blue. HEX triplet: 52, 8A and 9B. RGB value is (82,138,155). Sum of RGB (Red+Green+Blue) = 82+138+155=375 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.87% from 375); Green value is 138 (54.30% from 255 or 36.8% from 375); Blue value is 155 (60.94% from 255 or 41.33% from 375); Max value from RGB is 155 - color contains mainly: blue. Hex color #528A9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528A9B is #AD7564. Grayscale: #7B7B7B. Windows color (decimal): -11367781 or 10193490. OLE color: 10193490.

HSL color Cylindrical-coordinate representation of color #528A9B: hue angle of 193.97º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #528A9B is Cyan = 0.47, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 82 138 155 -
CMYK 0.47 0.11 0 0.39
HSL 193.97º 0.31% 0.46% -
HSV(B) 193.97º 0.47% 0.61% -
XYZ 18.48 22.34 34.35 -
YUV 123.19 145.95 98.62 -
System Red Green Blue C M Y K H S L
Decimal 82 138 155 0.47 0.11 0 0.39 193.97 0.31 0.46
Hex 52 8A 9B 2F B 0 27 C2 1F 2E
Octal 122 212 233 57 13 0 47 302 37 56
Binary 1010010 10001010 10011011 101111 1011 0 100111 11000010 11111 101110

Color Harmonies of #528A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528A9B

Black with #528A9B

Text Example


Text Example

White with #528A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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