#528F9A

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

Shades of Half Baked #528F9A

Tints of Half Baked #528F9A

Color information

#528F9A (or 0x528F9A) is unknown color: approx Half Baked. HEX triplet: 52, 8F and 9A. RGB value is (82,143,154). Sum of RGB (Red+Green+Blue) = 82+143+154=379 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.64% from 379); Green value is 143 (56.25% from 255 or 37.73% from 379); Blue value is 154 (60.55% from 255 or 40.63% from 379); Max value from RGB is 154 - color contains mainly: blue. Hex color #528F9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528F9A is #AD7065. Grayscale: #7D7D7D. Windows color (decimal): -11366502 or 10129234. OLE color: 10129234.

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

Color convert

RGB82143154-
CMYK0.470.0700.40
HSL189.17º30.51%46.27%-
HSV(B)189.17º46.75%60.39%-
XYZ19.1323.7734.15-
YUV126.01143.7996.61-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.64%
GREEN value IS 143 (56.25% from 255) = 37.73%
BLUE value IS 154 (60.55% from 255) = 40.63%
R=21.64%
G=37.73%
B=40.63%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal821431540.470.0700.40189.1730.5146.27
Hex528F9A2F7028bd1f2e
Octal1222172325770502753756
Binary1010010100011111001101010111111101010001011110111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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