#FF555C

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

Shades of Wild Watermelon #FF555C

Tints of Wild Watermelon #FF555C

Color information

#FF555C (or 0xFF555C) is unknown color: approx Wild Watermelon. HEX triplet: FF, 55 and 5C. RGB value is (255,85,92). Sum of RGB (Red+Green+Blue) = 255+85+92=432 (57% of max value = 765). Red value is 255 (100% from 255 or 59.03% from 432); Green value is 85 (33.59% from 255 or 19.68% from 432); Blue value is 92 (36.33% from 255 or 21.30% from 432); Max value from RGB is 255 - color contains mainly: red. Hex color #FF555C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF555C is #00AAA3. Grayscale: #888888. Windows color (decimal): -43684 or 6051327. OLE color: 6051327.

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

Color convert

RGB2558592-
CMYK00.670.640
HSL357.53º100%66.67%-
HSV(B)357.53º66.67%100%-
XYZ46.4228.5313.19-
YUV136.63102.82212.43-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 59.03%
GREEN value IS 85 (33.59% from 255) = 19.68%
BLUE value IS 92 (36.33% from 255) = 21.30%
R=59.03%
G=19.68%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255859200.670.640357.5310066.67
HexFF555C0434001666443
Octal37712513401031000546144103
Binary1111111110101011011100010000111000000010110011011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF555C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF555C; }

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

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

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

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

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

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

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

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