#528F98

Color #528F98 Half Baked (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Half Baked #528F98

Tints of Half Baked #528F98

Color information

#528F98 (or 0x528F98) is unknown color: approx Half Baked. HEX triplet: 52, 8F and 98. RGB value is (82,143,152). Sum of RGB (Red+Green+Blue) = 82+143+152=377 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.75% from 377); Green value is 143 (56.25% from 255 or 37.93% from 377); Blue value is 152 (59.77% from 255 or 40.32% from 377); Max value from RGB is 152 - color contains mainly: blue. Hex color #528F98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528F98 is #AD7067. Grayscale: #7D7D7D. Windows color (decimal): -11366504 or 9998162. OLE color: 9998162.

HSL color Cylindrical-coordinate representation of color #528F98: hue angle of 187.71º 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 #528F98 is Cyan = 0.46, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB82143152-
CMYK0.460.0600.40
HSL187.71º29.91%45.88%-
HSV(B)187.71º46.05%59.61%-
XYZ18.9723.7133.28-
YUV125.79142.7996.77-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.75%
GREEN value IS 143 (56.25% from 255) = 37.93%
BLUE value IS 152 (59.77% from 255) = 40.32%
R=21.75%
G=37.93%
B=40.32%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal821431520.460.0600.40187.7129.9145.88
Hex528F982E6028bc1e2e
Octal1222172305660502743656
Binary1010010100011111001100010111011001010001011110011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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