Html Css Color HEX #531874 Blue Diamond

📋 copy color: '#531874'

red 83 ◦ green 24 ◦ blue 116

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

Shades of Blue Diamond #531874

Tints of Blue Diamond #531874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 52.02%

R = 37.22%
G = 10.76%
B = 52.02%

CMYK

 C value IS 0.28

 M value IS 0.79

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#531874 (or 0x531874) is known color: Blue Diamond. HEX triplet: 53, 18 and 74. RGB value is (83,24,116). Sum of RGB (Red+Green+Blue) = 83+24+116=223 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.22% from 223); Green value is 24 (9.77% from 255 or 10.76% from 223); Blue value is 116 (45.70% from 255 or 52.02% from 223); Max value from RGB is 116 - color contains mainly: blue. Hex color #531874 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531874 is #ACE78B. Grayscale: #333333. Windows color (decimal): -11331468 or 7608403. OLE color: 7608403.

HSL color Cylindrical-coordinate representation of color #531874: hue angle of 278.48º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #531874 is Cyan = 0.28, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 83 24 116 -
CMYK 0.28 0.79 0 0.55
HSL 278.48º 0.66% 0.27% -
HSV(B) 278.48º 0.79% 0.45% -
XYZ 7.05 3.75 16.88 -
YUV 52.13 164.05 150.02 -
System Red Green Blue C M Y K H S L
Decimal 83 24 116 0.28 0.79 0 0.55 278.48 0.66 0.27
Hex 53 18 74 1C 4F 0 37 116 42 1B
Octal 123 30 164 34 117 0 67 426 102 33
Binary 1010011 11000 1110100 11100 1001111 0 110111 100010110 1000010 11011

Color Harmonies of #531874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531874

Black with #531874

Text Example


Text Example

White with #531874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531874; }

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

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

background-color css

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

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

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

border-color css

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

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

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