Html Css Color HEX #55173D Blackberry

📋 copy color: '#55173D'

red 85 ◦ green 23 ◦ blue 61

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

Shades of Blackberry #55173D

Tints of Blackberry #55173D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.61%

 BLUE value IS 61 (24.22% from 255) = 36.09%

R = 50.3%
G = 13.61%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.28

 K value IS 0.67

RGB Variations

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

Color information

#55173D (or 0x55173D) is known color: Blackberry. HEX triplet: 55, 17 and 3D. RGB value is (85,23,61). Sum of RGB (Red+Green+Blue) = 85+23+61=169 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.30% from 169); Green value is 23 (9.38% from 255 or 13.61% from 169); Blue value is 61 (24.22% from 255 or 36.09% from 169); Max value from RGB is 85 - color contains mainly: red. Hex color #55173D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55173D is #AAE8C2. Grayscale: #2D2D2D. Windows color (decimal): -11200707 or 4003669. OLE color: 4003669.

HSL color Cylindrical-coordinate representation of color #55173D: hue angle of 323.23º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #55173D is Cyan = 0, Magento = 0.73, Yellow = 0.28 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 23 61 -
CMYK 0 0.73 0.28 0.67
HSL 323.23º 0.57% 0.21% -
HSV(B) 323.23º 0.73% 0.33% -
XYZ 4.9 2.88 4.71 -
YUV 45.87 136.54 155.91 -
System Red Green Blue C M Y K H S L
Decimal 85 23 61 0 0.73 0.28 0.67 323.23 0.57 0.21
Hex 55 17 3D 0 49 1C 43 143 39 15
Octal 125 27 75 0 111 34 103 503 71 25
Binary 1010101 10111 111101 0 1001001 11100 1000011 101000011 111001 10101

Color Harmonies of #55173D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55173D

Black with #55173D

Text Example


Text Example

White with #55173D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55173D; }

 p { color: rgb(85,23,61); }

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

background-color css

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

 a { background-color: rgb(85,23,61); }

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

border-color css

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

 span { border-color: rgb(85,23,61); }

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