Html Css Color HEX #552463 Scarlet Gum

📋 copy color: '#552463'

red 85 ◦ green 36 ◦ blue 99

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

Shades of Scarlet Gum #552463

Tints of Scarlet Gum #552463

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.36%

 BLUE value IS 99 (39.06% from 255) = 45%

R = 38.64%
G = 16.36%
B = 45%

CMYK

 C value IS 0.14

 M value IS 0.64

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#552463 (or 0x552463) is known color: Scarlet Gum. HEX triplet: 55, 24 and 63. RGB value is (85,36,99). Sum of RGB (Red+Green+Blue) = 85+36+99=220 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.64% from 220); Green value is 36 (14.45% from 255 or 16.36% from 220); Blue value is 99 (39.06% from 255 or 45% from 220); Max value from RGB is 99 - color contains mainly: blue. Hex color #552463 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552463 is #AADB9C. Grayscale: #393939. Windows color (decimal): -11197341 or 6497365. OLE color: 6497365.

HSL color Cylindrical-coordinate representation of color #552463: hue angle of 286.67º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #552463 is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 85 36 99 -
CMYK 0.14 0.64 0 0.61
HSL 286.67º 0.47% 0.26% -
HSV(B) 286.67º 0.64% 0.39% -
XYZ 6.63 4.09 12.25 -
YUV 57.83 151.23 147.38 -
System Red Green Blue C M Y K H S L
Decimal 85 36 99 0.14 0.64 0 0.61 286.67 0.47 0.26
Hex 55 24 63 E 40 0 3D 11F 2F 1A
Octal 125 44 143 16 100 0 75 437 57 32
Binary 1010101 100100 1100011 1110 1000000 0 111101 100011111 101111 11010

Color Harmonies of #552463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552463

Black with #552463

Text Example


Text Example

White with #552463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552463; }

 p { color: rgb(85,36,99); }

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

background-color css

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

 a { background-color: rgb(85,36,99); }

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

border-color css

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

 span { border-color: rgb(85,36,99); }

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