#530527

Color #530527 Blackberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackberry #530527

Tints of Blackberry #530527

Color information

#530527 (or 0x530527) is unknown color: approx Blackberry. HEX triplet: 53, 05 and 27. RGB value is (83,5,39). Sum of RGB (Red+Green+Blue) = 83+5+39=127 (16% of max value = 765). Red value is 83 (32.81% from 255 or 65.35% from 127); Green value is 5 (2.34% from 255 or 3.94% from 127); Blue value is 39 (15.62% from 255 or 30.71% from 127); Max value from RGB is 83 - color contains mainly: red. Hex color #530527 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530527 is #ACFAD8. Grayscale: #202020. Windows color (decimal): -11336409 or 2557267. OLE color: 2557267.

HSL color Cylindrical-coordinate representation of color #530527: hue angle of 333.85º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #530527 is Cyan = 0, Magento = 0.94, Yellow = 0.53 and Black (K on CMYK) = 0.67.

Color convert

RGB83539-
CMYK00.940.530.67
HSL333.85º88.64%17.25%-
HSV(B)333.85º93.98%32.55%-
XYZ3.992.092.11-
YUV32.2131.84164.24-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 65.35%
GREEN value IS 5 (2.34% from 255) = 3.94%
BLUE value IS 39 (15.62% from 255) = 30.71%
R=65.35%
G=3.94%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.53
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8353900.940.530.67333.8588.6417.25
Hex5352705E354314e5911
Octal12354701366510351613121
Binary1010011101100111010111101101011000011101001110101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530527; }

 p { color: rgb(83,5,39); }

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

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

 a { background-color: rgb(83,5,39); }

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

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

 span { border-color: rgb(83,5,39); }

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