#528B98

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

Shades of Hippie Blue #528B98

Tints of Hippie Blue #528B98

Color information

#528B98 (or 0x528B98) is unknown color: approx Hippie Blue. HEX triplet: 52, 8B and 98. RGB value is (82,139,152). Sum of RGB (Red+Green+Blue) = 82+139+152=373 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.98% from 373); Green value is 139 (54.69% from 255 or 37.27% from 373); Blue value is 152 (59.77% from 255 or 40.75% from 373); Max value from RGB is 152 - color contains mainly: blue. Hex color #528B98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528B98 is #AD7467. Grayscale: #7B7B7B. Windows color (decimal): -11367528 or 9997138. OLE color: 9997138.

HSL color Cylindrical-coordinate representation of color #528B98: hue angle of 191.14º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #528B98 is Cyan = 0.46, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB82139152-
CMYK0.460.0900.40
HSL191.14º29.91%45.88%-
HSV(B)191.14º46.05%59.61%-
XYZ18.3822.5333.09-
YUV123.44144.1298.44-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.98%
GREEN value IS 139 (54.69% from 255) = 37.27%
BLUE value IS 152 (59.77% from 255) = 40.75%
R=21.98%
G=37.27%
B=40.75%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal821391520.460.0900.40191.1429.9145.88
Hex528B982E9028bf1e2e
Octal12221323056110502773656
Binary10100101000101110011000101110100101010001011111111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,139,152); }

 H1.HeaderClassName
 {
   color: #528B98;
 }
 .AnyTagClassName
 {
   color: #528B98;
 }
</style>
background-color css

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

 a { background-color: rgb(82,139,152); }

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

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

 span { border-color: rgb(82,139,152); }

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