#528A9B

Color #528A9B Hippie Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Blue #528A9B

Tints of Hippie Blue #528A9B

Color information

#528A9B (or 0x528A9B) is unknown color: approx 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

RGB82138155-
CMYK0.470.1100.39
HSL193.97º30.8%46.47%-
HSV(B)193.97º47.1%60.78%-
XYZ18.4822.3434.35-
YUV123.19145.9598.62-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.87%
GREEN value IS 138 (54.30% 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 (Cyan) values IS 0.47
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal821381550.470.1100.39193.9730.846.47
Hex528A9B2FB027c21f2e
Octal12221223357130473023756
Binary10100101000101010011011101111101101001111100001011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>