Html Css Color HEX #55173C Blackberry

📋 copy color: '#55173C'

red 85 ◦ green 23 ◦ blue 60

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

Shades of Blackberry #55173C

Tints of Blackberry #55173C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 35.71%

R = 50.6%
G = 13.69%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.29

 K value IS 0.67

RGB Variations

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

Color information

#55173C (or 0x55173C) is known color: Blackberry. HEX triplet: 55, 17 and 3C. RGB value is (85,23,60). Sum of RGB (Red+Green+Blue) = 85+23+60=168 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.60% from 168); Green value is 23 (9.38% from 255 or 13.69% from 168); Blue value is 60 (23.83% from 255 or 35.71% from 168); Max value from RGB is 85 - color contains mainly: red. Hex color #55173C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55173C is #AAE8C3. Grayscale: #2D2D2D. Windows color (decimal): -11200708 or 3938133. OLE color: 3938133.

HSL color Cylindrical-coordinate representation of color #55173C: hue angle of 324.19º 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 #55173C is Cyan = 0, Magento = 0.73, Yellow = 0.29 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 23 60 -
CMYK 0 0.73 0.29 0.67
HSL 324.19º 0.57% 0.21% -
HSV(B) 324.19º 0.73% 0.33% -
XYZ 4.87 2.87 4.57 -
YUV 45.76 136.04 155.99 -
System Red Green Blue C M Y K H S L
Decimal 85 23 60 0 0.73 0.29 0.67 324.19 0.57 0.21
Hex 55 17 3C 0 49 1D 43 144 39 15
Octal 125 27 74 0 111 35 103 504 71 25
Binary 1010101 10111 111100 0 1001001 11101 1000011 101000100 111001 10101

Color Harmonies of #55173C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55173C

Black with #55173C

Text Example


Text Example

White with #55173C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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