Html Css Color HEX #513476 Blue Diamond

📋 copy color: '#513476'

red 81 ◦ green 52 ◦ blue 118

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

Shades of Blue Diamond #513476

Tints of Blue Diamond #513476

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.72%

 BLUE value IS 118 (46.48% from 255) = 47.01%

R = 32.27%
G = 20.72%
B = 47.01%

CMYK

 C value IS 0.31

 M value IS 0.56

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#513476 (or 0x513476) is known color: Blue Diamond. HEX triplet: 51, 34 and 76. RGB value is (81,52,118). Sum of RGB (Red+Green+Blue) = 81+52+118=251 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.27% from 251); Green value is 52 (20.70% from 255 or 20.72% from 251); Blue value is 118 (46.48% from 255 or 47.01% from 251); Max value from RGB is 118 - color contains mainly: blue. Hex color #513476 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513476 is #AECB89. Grayscale: #434343. Windows color (decimal): -11455370 or 7746641. OLE color: 7746641.

HSL color Cylindrical-coordinate representation of color #513476: hue angle of 266.36º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #513476 is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 81 52 118 -
CMYK 0.31 0.56 0 0.54
HSL 266.36º 0.39% 0.33% -
HSV(B) 266.36º 0.56% 0.46% -
XYZ 7.89 5.51 17.79 -
YUV 68.2 156.11 137.13 -
System Red Green Blue C M Y K H S L
Decimal 81 52 118 0.31 0.56 0 0.54 266.36 0.39 0.33
Hex 51 34 76 1F 38 0 36 10A 27 21
Octal 121 64 166 37 70 0 66 412 47 41
Binary 1010001 110100 1110110 11111 111000 0 110110 100001010 100111 100001

Color Harmonies of #513476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513476

Black with #513476

Text Example


Text Example

White with #513476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513476; }

 p { color: rgb(81,52,118); }

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

background-color css

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

 a { background-color: rgb(81,52,118); }

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

border-color css

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

 span { border-color: rgb(81,52,118); }

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