Html Css Color HEX #55082B Blackberry

📋 copy color: '#55082B'

red 85 ◦ green 8 ◦ blue 43

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

Shades of Blackberry #55082B

Tints of Blackberry #55082B

RGB

 RED value IS 85 (33.59% from 255) = 62.5%

 GREEN value IS 8 (3.52% from 255) = 5.88%

 BLUE value IS 43 (17.19% from 255) = 31.62%

R = 62.5%
G = 5.88%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.49

 K value IS 0.67

RGB Variations

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

Color information

#55082B (or 0x55082B) is known color: Blackberry. HEX triplet: 55, 08 and 2B. RGB value is (85,8,43). Sum of RGB (Red+Green+Blue) = 85+8+43=136 (18% of max value = 765). Red value is 85 (33.59% from 255 or 62.5% from 136); Green value is 8 (3.52% from 255 or 5.88% from 136); Blue value is 43 (17.19% from 255 or 31.62% from 136); Max value from RGB is 85 - color contains mainly: red. Hex color #55082B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55082B is #AAF7D4. Grayscale: #222222. Windows color (decimal): -11204565 or 2820181. OLE color: 2820181.

HSL color Cylindrical-coordinate representation of color #55082B: hue angle of 332.73º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #55082B is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 8 43 -
CMYK 0 0.91 0.49 0.67
HSL 332.73º 0.83% 0.18% -
HSV(B) 332.73º 0.91% 0.33% -
XYZ 4.27 2.28 2.5 -
YUV 35.01 132.51 163.65 -
System Red Green Blue C M Y K H S L
Decimal 85 8 43 0 0.91 0.49 0.67 332.73 0.83 0.18
Hex 55 8 2B 0 5B 31 43 14D 53 12
Octal 125 10 53 0 133 61 103 515 123 22
Binary 1010101 1000 101011 0 1011011 110001 1000011 101001101 1010011 10010

Color Harmonies of #55082B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55082B

Black with #55082B

Text Example


Text Example

White with #55082B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55082B; }

 p { color: rgb(85,8,43); }

 H1.HeaderClassName
 {
   color: #55082B;
 }
 .AnyTagClassName
 {
   color: #55082B;
 }
</style>

background-color css

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

 a { background-color: rgb(85,8,43); }

 div.DivClassName
 {
   background-color: #55082B;
 }
 .BgClassName
 {
   background-color: #55082B;
 }
</style>

border-color css

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

 span { border-color: rgb(85,8,43); }

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