Html Css Color HEX #55173F Blackberry

📋 copy color: '#55173F'

red 85 ◦ green 23 ◦ blue 63

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

Shades of Blackberry #55173F

Tints of Blackberry #55173F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 36.84%

R = 49.71%
G = 13.45%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.26

 K value IS 0.67

RGB Variations

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

Color information

#55173F (or 0x55173F) is known color: Blackberry. HEX triplet: 55, 17 and 3F. RGB value is (85,23,63). Sum of RGB (Red+Green+Blue) = 85+23+63=171 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.71% from 171); Green value is 23 (9.38% from 255 or 13.45% from 171); Blue value is 63 (25% from 255 or 36.84% from 171); Max value from RGB is 85 - color contains mainly: red. Hex color #55173F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55173F is #AAE8C0. Grayscale: #2E2E2E. Windows color (decimal): -11200705 or 4134741. OLE color: 4134741.

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

Color convert

RGB 85 23 63 -
CMYK 0 0.73 0.26 0.67
HSL 321.29º 0.57% 0.21% -
HSV(B) 321.29º 0.73% 0.33% -
XYZ 4.95 2.9 5 -
YUV 46.1 137.54 155.75 -
System Red Green Blue C M Y K H S L
Decimal 85 23 63 0 0.73 0.26 0.67 321.29 0.57 0.21
Hex 55 17 3F 0 49 1A 43 141 39 15
Octal 125 27 77 0 111 32 103 501 71 25
Binary 1010101 10111 111111 0 1001001 11010 1000011 101000001 111001 10101

Color Harmonies of #55173F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55173F

Black with #55173F

Text Example


Text Example

White with #55173F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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