Html Css Color HEX #552468 Scarlet Gum

📋 copy color: '#552468'

red 85 ◦ green 36 ◦ blue 104

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

Shades of Scarlet Gum #552468

Tints of Scarlet Gum #552468

RGB

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

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

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

R = 37.78%
G = 16%
B = 46.22%

CMYK

 C value IS 0.18

 M value IS 0.65

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#552468 (or 0x552468) is known color: Scarlet Gum. HEX triplet: 55, 24 and 68. RGB value is (85,36,104). Sum of RGB (Red+Green+Blue) = 85+36+104=225 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.78% from 225); Green value is 36 (14.45% from 255 or 16% from 225); Blue value is 104 (41.02% from 255 or 46.22% from 225); Max value from RGB is 104 - color contains mainly: blue. Hex color #552468 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552468 is #AADB97. Grayscale: #3A3A3A. Windows color (decimal): -11197336 or 6825045. OLE color: 6825045.

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

Color convert

RGB 85 36 104 -
CMYK 0.18 0.65 0 0.59
HSL 283.24º 0.49% 0.27% -
HSV(B) 283.24º 0.65% 0.41% -
XYZ 6.88 4.19 13.54 -
YUV 58.4 153.73 146.97 -
System Red Green Blue C M Y K H S L
Decimal 85 36 104 0.18 0.65 0 0.59 283.24 0.49 0.27
Hex 55 24 68 12 41 0 3B 11B 31 1B
Octal 125 44 150 22 101 0 73 433 61 33
Binary 1010101 100100 1101000 10010 1000001 0 111011 100011011 110001 11011

Color Harmonies of #552468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552468

Black with #552468

Text Example


Text Example

White with #552468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552468; }

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

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

background-color css

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

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

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

border-color css

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

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

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