Html Css Color HEX #572468 Scarlet Gum

📋 copy color: '#572468'

red 87 ◦ green 36 ◦ blue 104

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

Shades of Scarlet Gum #572468

Tints of Scarlet Gum #572468

RGB

 RED value IS 87 (34.38% from 255) = 38.33%

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

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

R = 38.33%
G = 15.86%
B = 45.81%

CMYK

 C value IS 0.16

 M value IS 0.65

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#572468 (or 0x572468) is known color: Scarlet Gum. HEX triplet: 57, 24 and 68. RGB value is (87,36,104). Sum of RGB (Red+Green+Blue) = 87+36+104=227 (30% of max value = 765). Red value is 87 (34.38% from 255 or 38.33% from 227); Green value is 36 (14.45% from 255 or 15.86% from 227); Blue value is 104 (41.02% from 255 or 45.81% from 227); Max value from RGB is 104 - color contains mainly: blue. Hex color #572468 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572468 is #A8DB97. Grayscale: #3A3A3A. Windows color (decimal): -11066264 or 6825047. OLE color: 6825047.

HSL color Cylindrical-coordinate representation of color #572468: hue angle of 285º 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 #572468 is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 87 36 104 -
CMYK 0.16 0.65 0 0.59
HSL 285º 0.49% 0.27% -
HSV(B) 285º 0.65% 0.41% -
XYZ 7.06 4.29 13.55 -
YUV 59 153.4 147.97 -
System Red Green Blue C M Y K H S L
Decimal 87 36 104 0.16 0.65 0 0.59 285 0.49 0.27
Hex 57 24 68 10 41 0 3B 11D 31 1B
Octal 127 44 150 20 101 0 73 435 61 33
Binary 1010111 100100 1101000 10000 1000001 0 111011 100011101 110001 11011

Color Harmonies of #572468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572468

Black with #572468

Text Example


Text Example

White with #572468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572468; }

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

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

background-color css

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

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

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

border-color css

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

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

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