#ff555b

Color #FF555B Wild Watermelon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Watermelon #FF555B

Tints of Wild Watermelon #FF555B

Color information

#FF555B (or 0xFF555B) is unknown color: approx Wild Watermelon. HEX triplet: FF, 55 and 5B. RGB value is (255,85,91). Sum of RGB (Red+Green+Blue) = 255+85+91=431 (57% of max value = 765). Red value is 255 (100% from 255 or 59.16% from 431); Green value is 85 (33.59% from 255 or 19.72% from 431); Blue value is 91 (35.94% from 255 or 21.11% from 431); Max value from RGB is 255 - color contains mainly: red. Hex color #FF555B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF555B is #00AAA4. Grayscale: #888888. Windows color (decimal): -43685 or 5985791. OLE color: 5985791.

HSL color Cylindrical-coordinate representation of color #FF555B: hue angle of 357.88º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF555B is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.

Color convert

RGB2558591-
CMYK00.670.640
HSL357.88º100%66.67%-
HSV(B)357.88º66.67%100%-
XYZ46.3828.5112.96-
YUV136.51102.32212.51-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 59.16%
GREEN value IS 85 (33.59% from 255) = 19.72%
BLUE value IS 91 (35.94% from 255) = 21.11%
R=59.16%
G=19.72%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255859100.670.640357.8810066.67
HexFF555B0434001666443
Octal37712513301031000546144103
Binary1111111110101011011011010000111000000010110011011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff555b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff555b; }

 p { color: rgb(255,85,91); }

 H1.HeaderClassName
 {
   color: #ff555b;
 }
 .AnyTagClassName
 {
   color: #ff555b;
 }
</style>
background-color css

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

 a { background-color: rgb(255,85,91); }

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

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

 span { border-color: rgb(255,85,91); }

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