Html Css Color HEX #531A68 Scarlet Gum

📋 copy color: '#531A68'

red 83 ◦ green 26 ◦ blue 104

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

Shades of Scarlet Gum #531A68

Tints of Scarlet Gum #531A68

RGB

 RED value IS 83 (32.81% from 255) = 38.97%

 GREEN value IS 26 (10.55% from 255) = 12.21%

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

R = 38.97%
G = 12.21%
B = 48.83%

CMYK

 C value IS 0.20

 M value IS 0.75

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#531A68 (or 0x531A68) is known color: Scarlet Gum. HEX triplet: 53, 1A and 68. RGB value is (83,26,104). Sum of RGB (Red+Green+Blue) = 83+26+104=213 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.97% from 213); Green value is 26 (10.55% from 255 or 12.21% from 213); Blue value is 104 (41.02% from 255 or 48.83% from 213); Max value from RGB is 104 - color contains mainly: blue. Hex color #531A68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #531A68 is #ACE597. Grayscale: #333333. Windows color (decimal): -11330968 or 6822483. OLE color: 6822483.

HSL color Cylindrical-coordinate representation of color #531A68: hue angle of 283.85º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #531A68 is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 83 26 104 -
CMYK 0.20 0.75 0 0.59
HSL 283.85º 0.6% 0.25% -
HSV(B) 283.85º 0.75% 0.41% -
XYZ 6.44 3.58 13.45 -
YUV 51.94 157.38 150.16 -
System Red Green Blue C M Y K H S L
Decimal 83 26 104 0.20 0.75 0 0.59 283.85 0.6 0.25
Hex 53 1A 68 14 4B 0 3B 11C 3C 19
Octal 123 32 150 24 113 0 73 434 74 31
Binary 1010011 11010 1101000 10100 1001011 0 111011 100011100 111100 11001

Color Harmonies of #531A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531A68

Black with #531A68

Text Example


Text Example

White with #531A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531A68; }

 p { color: rgb(83,26,104); }

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

background-color css

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

 a { background-color: rgb(83,26,104); }

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

border-color css

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

 span { border-color: rgb(83,26,104); }

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