Html Css Color HEX #552566 Scarlet Gum

📋 copy color: '#552566'

red 85 ◦ green 37 ◦ blue 102

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

Shades of Scarlet Gum #552566

Tints of Scarlet Gum #552566

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.52%

 BLUE value IS 102 (40.23% from 255) = 45.54%

R = 37.95%
G = 16.52%
B = 45.54%

CMYK

 C value IS 0.17

 M value IS 0.64

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#552566 (or 0x552566) is known color: Scarlet Gum. HEX triplet: 55, 25 and 66. RGB value is (85,37,102). Sum of RGB (Red+Green+Blue) = 85+37+102=224 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.95% from 224); Green value is 37 (14.84% from 255 or 16.52% from 224); Blue value is 102 (40.23% from 255 or 45.54% from 224); Max value from RGB is 102 - color contains mainly: blue. Hex color #552566 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552566 is #AADA99. Grayscale: #3A3A3A. Windows color (decimal): -11197082 or 6694229. OLE color: 6694229.

HSL color Cylindrical-coordinate representation of color #552566: hue angle of 284.31º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #552566 is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 85 37 102 -
CMYK 0.17 0.64 0 0.6
HSL 284.31º 0.47% 0.27% -
HSV(B) 284.31º 0.64% 0.4% -
XYZ 6.81 4.21 13.02 -
YUV 58.76 152.4 146.71 -
System Red Green Blue C M Y K H S L
Decimal 85 37 102 0.17 0.64 0 0.6 284.31 0.47 0.27
Hex 55 25 66 11 40 0 3C 11C 2F 1B
Octal 125 45 146 21 100 0 74 434 57 33
Binary 1010101 100101 1100110 10001 1000000 0 111100 100011100 101111 11011

Color Harmonies of #552566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552566

Black with #552566

Text Example


Text Example

White with #552566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552566; }

 p { color: rgb(85,37,102); }

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

background-color css

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

 a { background-color: rgb(85,37,102); }

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

border-color css

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

 span { border-color: rgb(85,37,102); }

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