Html Css Color HEX #531875 Blue Diamond

📋 copy color: '#531875'

red 83 ◦ green 24 ◦ blue 117

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

Shades of Blue Diamond #531875

Tints of Blue Diamond #531875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 52.23%

R = 37.05%
G = 10.71%
B = 52.23%

CMYK

 C value IS 0.29

 M value IS 0.79

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#531875 (or 0x531875) is known color: Blue Diamond. HEX triplet: 53, 18 and 75. RGB value is (83,24,117). Sum of RGB (Red+Green+Blue) = 83+24+117=224 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.05% from 224); Green value is 24 (9.77% from 255 or 10.71% from 224); Blue value is 117 (46.09% from 255 or 52.23% from 224); Max value from RGB is 117 - color contains mainly: blue. Hex color #531875 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531875 is #ACE78A. Grayscale: #333333. Windows color (decimal): -11331467 or 7673939. OLE color: 7673939.

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

Color convert

RGB 83 24 117 -
CMYK 0.29 0.79 0 0.54
HSL 278.06º 0.66% 0.28% -
HSV(B) 278.06º 0.79% 0.46% -
XYZ 7.1 3.78 17.18 -
YUV 52.24 164.55 149.94 -
System Red Green Blue C M Y K H S L
Decimal 83 24 117 0.29 0.79 0 0.54 278.06 0.66 0.28
Hex 53 18 75 1D 4F 0 36 116 42 1C
Octal 123 30 165 35 117 0 66 426 102 34
Binary 1010011 11000 1110101 11101 1001111 0 110110 100010110 1000010 11100

Color Harmonies of #531875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531875

Black with #531875

Text Example


Text Example

White with #531875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531875; }

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

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

background-color css

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

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

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

border-color css

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

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

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