#528F9B

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

Shades of Half Baked #528F9B

Tints of Half Baked #528F9B

Color information

#528F9B (or 0x528F9B) is unknown color: approx Half Baked. HEX triplet: 52, 8F and 9B. RGB value is (82,143,155). Sum of RGB (Red+Green+Blue) = 82+143+155=380 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.58% from 380); Green value is 143 (56.25% from 255 or 37.63% from 380); Blue value is 155 (60.94% from 255 or 40.79% from 380); Max value from RGB is 155 - color contains mainly: blue. Hex color #528F9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528F9B is #AD7064. Grayscale: #7E7E7E. Windows color (decimal): -11366501 or 10194770. OLE color: 10194770.

HSL color Cylindrical-coordinate representation of color #528F9B: hue angle of 189.86º 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 #528F9B is Cyan = 0.47, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB82143155-
CMYK0.470.0800.39
HSL189.86º30.8%46.47%-
HSV(B)189.86º47.1%60.78%-
XYZ19.2223.8134.59-
YUV126.13144.2996.52-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.58%
GREEN value IS 143 (56.25% from 255) = 37.63%
BLUE value IS 155 (60.94% from 255) = 40.79%
R=21.58%
G=37.63%
B=40.79%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal821431550.470.0800.39189.8630.846.47
Hex528F9B2F8027be1f2e
Octal12221723357100472763756
Binary10100101000111110011011101111100001001111011111011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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