Html Css Color HEX #531870 Blue Diamond

📋 copy color: '#531870'

red 83 ◦ green 24 ◦ blue 112

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

Shades of Blue Diamond #531870

Tints of Blue Diamond #531870

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.96%

 BLUE value IS 112 (44.14% from 255) = 51.14%

R = 37.9%
G = 10.96%
B = 51.14%

CMYK

 C value IS 0.26

 M value IS 0.79

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#531870 (or 0x531870) is known color: Blue Diamond. HEX triplet: 53, 18 and 70. RGB value is (83,24,112). Sum of RGB (Red+Green+Blue) = 83+24+112=219 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.90% from 219); Green value is 24 (9.77% from 255 or 10.96% from 219); Blue value is 112 (44.14% from 255 or 51.14% from 219); Max value from RGB is 112 - color contains mainly: blue. Hex color #531870 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531870 is #ACE78F. Grayscale: #333333. Windows color (decimal): -11331472 or 7346259. OLE color: 7346259.

HSL color Cylindrical-coordinate representation of color #531870: hue angle of 280.23º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #531870 is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 83 24 112 -
CMYK 0.26 0.79 0 0.56
HSL 280.23º 0.65% 0.27% -
HSV(B) 280.23º 0.79% 0.44% -
XYZ 6.82 3.66 15.68 -
YUV 51.67 162.05 150.34 -
System Red Green Blue C M Y K H S L
Decimal 83 24 112 0.26 0.79 0 0.56 280.23 0.65 0.27
Hex 53 18 70 1A 4F 0 38 118 41 1B
Octal 123 30 160 32 117 0 70 430 101 33
Binary 1010011 11000 1110000 11010 1001111 0 111000 100011000 1000001 11011

Color Harmonies of #531870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531870

Black with #531870

Text Example


Text Example

White with #531870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531870; }

 p { color: rgb(83,24,112); }

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

background-color css

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

 a { background-color: rgb(83,24,112); }

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

border-color css

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

 span { border-color: rgb(83,24,112); }

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