Html Css Color HEX #552568 Scarlet Gum

📋 copy color: '#552568'

red 85 ◦ green 37 ◦ blue 104

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

Shades of Scarlet Gum #552568

Tints of Scarlet Gum #552568

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 46.02%

R = 37.61%
G = 16.37%
B = 46.02%

CMYK

 C value IS 0.18

 M value IS 0.64

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#552568 (or 0x552568) is known color: Scarlet Gum. HEX triplet: 55, 25 and 68. RGB value is (85,37,104). Sum of RGB (Red+Green+Blue) = 85+37+104=226 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.61% from 226); Green value is 37 (14.84% from 255 or 16.37% from 226); Blue value is 104 (41.02% from 255 or 46.02% from 226); Max value from RGB is 104 - color contains mainly: blue. Hex color #552568 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552568 is #AADA97. Grayscale: #3A3A3A. Windows color (decimal): -11197080 or 6825301. OLE color: 6825301.

HSL color Cylindrical-coordinate representation of color #552568: hue angle of 282.99º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #552568 is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 85 37 104 -
CMYK 0.18 0.64 0 0.59
HSL 282.99º 0.48% 0.28% -
HSV(B) 282.99º 0.64% 0.41% -
XYZ 6.91 4.25 13.55 -
YUV 58.99 153.4 146.55 -
System Red Green Blue C M Y K H S L
Decimal 85 37 104 0.18 0.64 0 0.59 282.99 0.48 0.28
Hex 55 25 68 12 40 0 3B 11B 30 1C
Octal 125 45 150 22 100 0 73 433 60 34
Binary 1010101 100101 1101000 10010 1000000 0 111011 100011011 110000 11100

Color Harmonies of #552568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552568

Black with #552568

Text Example


Text Example

White with #552568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552568; }

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

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

background-color css

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

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

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

border-color css

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

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

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