Html Css Color HEX #513874 Blue Diamond

📋 copy color: '#513874'

red 81 ◦ green 56 ◦ blue 116

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

Shades of Blue Diamond #513874

Tints of Blue Diamond #513874

RGB

 RED value IS 81 (32.03% from 255) = 32.02%

 GREEN value IS 56 (22.27% from 255) = 22.13%

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

R = 32.02%
G = 22.13%
B = 45.85%

CMYK

 C value IS 0.30

 M value IS 0.52

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#513874 (or 0x513874) is known color: Blue Diamond. HEX triplet: 51, 38 and 74. RGB value is (81,56,116). Sum of RGB (Red+Green+Blue) = 81+56+116=253 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.02% from 253); Green value is 56 (22.27% from 255 or 22.13% from 253); Blue value is 116 (45.70% from 255 or 45.85% from 253); Max value from RGB is 116 - color contains mainly: blue. Hex color #513874 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513874 is #AEC78B. Grayscale: #464646. Windows color (decimal): -11454348 or 7616593. OLE color: 7616593.

HSL color Cylindrical-coordinate representation of color #513874: hue angle of 265º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #513874 is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 81 56 116 -
CMYK 0.30 0.52 0 0.55
HSL 265º 0.35% 0.34% -
HSV(B) 265º 0.52% 0.45% -
XYZ 7.96 5.84 17.23 -
YUV 70.32 153.78 135.62 -
System Red Green Blue C M Y K H S L
Decimal 81 56 116 0.30 0.52 0 0.55 265 0.35 0.34
Hex 51 38 74 1E 34 0 37 109 23 22
Octal 121 70 164 36 64 0 67 411 43 42
Binary 1010001 111000 1110100 11110 110100 0 110111 100001001 100011 100010

Color Harmonies of #513874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513874

Black with #513874

Text Example


Text Example

White with #513874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513874; }

 p { color: rgb(81,56,116); }

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

background-color css

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

 a { background-color: rgb(81,56,116); }

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

border-color css

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

 span { border-color: rgb(81,56,116); }

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