Html Css Color HEX #513270 Blue Diamond

📋 copy color: '#513270'

red 81 ◦ green 50 ◦ blue 112

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

Shades of Blue Diamond #513270

Tints of Blue Diamond #513270

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.58%

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

R = 33.33%
G = 20.58%
B = 46.09%

CMYK

 C value IS 0.28

 M value IS 0.55

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#513270 (or 0x513270) is known color: Blue Diamond. HEX triplet: 51, 32 and 70. RGB value is (81,50,112). Sum of RGB (Red+Green+Blue) = 81+50+112=243 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.33% from 243); Green value is 50 (19.92% from 255 or 20.58% from 243); Blue value is 112 (44.14% from 255 or 46.09% from 243); Max value from RGB is 112 - color contains mainly: blue. Hex color #513270 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513270 is #AECD8F. Grayscale: #424242. Windows color (decimal): -11455888 or 7352913. OLE color: 7352913.

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

Color convert

RGB 81 50 112 -
CMYK 0.28 0.55 0 0.56
HSL 270º 0.38% 0.32% -
HSV(B) 270º 0.55% 0.44% -
XYZ 7.46 5.2 15.94 -
YUV 66.34 153.77 138.46 -
System Red Green Blue C M Y K H S L
Decimal 81 50 112 0.28 0.55 0 0.56 270 0.38 0.32
Hex 51 32 70 1C 37 0 38 10E 26 20
Octal 121 62 160 34 67 0 70 416 46 40
Binary 1010001 110010 1110000 11100 110111 0 111000 100001110 100110 100000

Color Harmonies of #513270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513270

Black with #513270

Text Example


Text Example

White with #513270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513270; }

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

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

background-color css

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

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

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

border-color css

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

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

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