Html Css Color HEX #552567 Scarlet Gum

📋 copy color: '#552567'

red 85 ◦ green 37 ◦ blue 103

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

Shades of Scarlet Gum #552567

Tints of Scarlet Gum #552567

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 45.78%

R = 37.78%
G = 16.44%
B = 45.78%

CMYK

 C value IS 0.17

 M value IS 0.64

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#552567 (or 0x552567) is known color: Scarlet Gum. HEX triplet: 55, 25 and 67. RGB value is (85,37,103). Sum of RGB (Red+Green+Blue) = 85+37+103=225 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.78% from 225); Green value is 37 (14.84% from 255 or 16.44% from 225); Blue value is 103 (40.62% from 255 or 45.78% from 225); Max value from RGB is 103 - color contains mainly: blue. Hex color #552567 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552567 is #AADA98. Grayscale: #3A3A3A. Windows color (decimal): -11197081 or 6759765. OLE color: 6759765.

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

Color convert

RGB 85 37 103 -
CMYK 0.17 0.64 0 0.60
HSL 283.64º 0.47% 0.27% -
HSV(B) 283.64º 0.64% 0.4% -
XYZ 6.86 4.23 13.29 -
YUV 58.88 152.9 146.63 -
System Red Green Blue C M Y K H S L
Decimal 85 37 103 0.17 0.64 0 0.60 283.64 0.47 0.27
Hex 55 25 67 11 40 0 3C 11C 2F 1B
Octal 125 45 147 21 100 0 74 434 57 33
Binary 1010101 100101 1100111 10001 1000000 0 111100 100011100 101111 11011

Color Harmonies of #552567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552567

Black with #552567

Text Example


Text Example

White with #552567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552567; }

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

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

background-color css

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

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

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

border-color css

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

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

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