Html Css Color HEX #513970 Blue Diamond

📋 copy color: '#513970'

red 81 ◦ green 57 ◦ blue 112

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

Shades of Blue Diamond #513970

Tints of Blue Diamond #513970

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.8%

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

R = 32.4%
G = 22.8%
B = 44.8%

CMYK

 C value IS 0.28

 M value IS 0.49

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#513970 (or 0x513970) is known color: Blue Diamond. HEX triplet: 51, 39 and 70. RGB value is (81,57,112). Sum of RGB (Red+Green+Blue) = 81+57+112=250 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.4% from 250); Green value is 57 (22.66% from 255 or 22.8% from 250); Blue value is 112 (44.14% from 255 or 44.8% from 250); Max value from RGB is 112 - color contains mainly: blue. Hex color #513970 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513970 is #AEC68F. Grayscale: #464646. Windows color (decimal): -11454096 or 7354705. OLE color: 7354705.

HSL color Cylindrical-coordinate representation of color #513970: hue angle of 266.18º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #513970 is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 81 57 112 -
CMYK 0.28 0.49 0 0.56
HSL 266.18º 0.33% 0.33% -
HSV(B) 266.18º 0.49% 0.44% -
XYZ 7.78 5.85 16.05 -
YUV 70.45 151.45 135.53 -
System Red Green Blue C M Y K H S L
Decimal 81 57 112 0.28 0.49 0 0.56 266.18 0.33 0.33
Hex 51 39 70 1C 31 0 38 10A 21 21
Octal 121 71 160 34 61 0 70 412 41 41
Binary 1010001 111001 1110000 11100 110001 0 111000 100001010 100001 100001

Color Harmonies of #513970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513970

Black with #513970

Text Example


Text Example

White with #513970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513970; }

 p { color: rgb(81,57,112); }

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

background-color css

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

 a { background-color: rgb(81,57,112); }

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

border-color css

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

 span { border-color: rgb(81,57,112); }

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