Html Css Color HEX #550526 Blackberry

📋 copy color: '#550526'

red 85 ◦ green 5 ◦ blue 38

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

Shades of Blackberry #550526

Tints of Blackberry #550526

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.91%

 BLUE value IS 38 (15.23% from 255) = 29.69%

R = 66.41%
G = 3.91%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#550526 (or 0x550526) is known color: Blackberry. HEX triplet: 55, 05 and 26. RGB value is (85,5,38). Sum of RGB (Red+Green+Blue) = 85+5+38=128 (16% of max value = 765). Red value is 85 (33.59% from 255 or 66.41% from 128); Green value is 5 (2.34% from 255 or 3.91% from 128); Blue value is 38 (15.23% from 255 or 29.69% from 128); Max value from RGB is 85 - color contains mainly: red. Hex color #550526 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550526 is #AAFAD9. Grayscale: #202020. Windows color (decimal): -11205338 or 2491733. OLE color: 2491733.

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

Color convert

RGB 85 5 38 -
CMYK 0 0.94 0.55 0.67
HSL 335.25º 0.89% 0.18% -
HSV(B) 335.25º 0.94% 0.33% -
XYZ 4.15 2.18 2.04 -
YUV 32.68 131 165.32 -
System Red Green Blue C M Y K H S L
Decimal 85 5 38 0 0.94 0.55 0.67 335.25 0.89 0.18
Hex 55 5 26 0 5E 37 43 14F 59 12
Octal 125 5 46 0 136 67 103 517 131 22
Binary 1010101 101 100110 0 1011110 110111 1000011 101001111 1011001 10010

Color Harmonies of #550526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550526

Black with #550526

Text Example


Text Example

White with #550526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550526; }

 p { color: rgb(85,5,38); }

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

background-color css

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

 a { background-color: rgb(85,5,38); }

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

border-color css

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

 span { border-color: rgb(85,5,38); }

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