Html Css Color HEX #530527 Blackberry

📋 copy color: '#530527'

red 83 ◦ green 5 ◦ blue 39

#530527
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackberry #530527

Tints of Blackberry #530527

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.63% from 255) = 30.71%

R = 65.35%
G = 3.94%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.53

 K value IS 0.67

RGB Variations

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

Color information

#530527 (or 0x530527) is known color: 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

RGB 83 5 39 -
CMYK 0 0.94 0.53 0.67
HSL 333.85º 0.89% 0.17% -
HSV(B) 333.85º 0.94% 0.33% -
XYZ 3.99 2.09 2.11 -
YUV 32.2 131.84 164.24 -
System Red Green Blue C M Y K H S L
Decimal 83 5 39 0 0.94 0.53 0.67 333.85 0.89 0.17
Hex 53 5 27 0 5E 35 43 14E 59 11
Octal 123 5 47 0 136 65 103 516 131 21
Binary 1010011 101 100111 0 1011110 110101 1000011 101001110 1011001 10001

Color Harmonies of #530527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530527

Black with #530527

Text Example


Text Example

White with #530527

Text Example


Text Example

HTML Codes & Css Web 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>