Html Css Color HEX #513075 Blue Diamond

📋 copy color: '#513075'

red 81 ◦ green 48 ◦ blue 117

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

Shades of Blue Diamond #513075

Tints of Blue Diamond #513075

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.51%

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

R = 32.93%
G = 19.51%
B = 47.56%

CMYK

 C value IS 0.31

 M value IS 0.59

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#513075 (or 0x513075) is known color: Blue Diamond. HEX triplet: 51, 30 and 75. RGB value is (81,48,117). Sum of RGB (Red+Green+Blue) = 81+48+117=246 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.93% from 246); Green value is 48 (19.14% from 255 or 19.51% from 246); Blue value is 117 (46.09% from 255 or 47.56% from 246); Max value from RGB is 117 - color contains mainly: blue. Hex color #513075 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513075 is #AECF8A. Grayscale: #414141. Windows color (decimal): -11456395 or 7680081. OLE color: 7680081.

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

Color convert

RGB 81 48 117 -
CMYK 0.31 0.59 0 0.54
HSL 268.7º 0.42% 0.32% -
HSV(B) 268.7º 0.59% 0.46% -
XYZ 7.66 5.15 17.42 -
YUV 65.73 156.93 138.89 -
System Red Green Blue C M Y K H S L
Decimal 81 48 117 0.31 0.59 0 0.54 268.7 0.42 0.32
Hex 51 30 75 1F 3B 0 36 10D 2A 20
Octal 121 60 165 37 73 0 66 415 52 40
Binary 1010001 110000 1110101 11111 111011 0 110110 100001101 101010 100000

Color Harmonies of #513075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513075

Black with #513075

Text Example


Text Example

White with #513075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513075; }

 p { color: rgb(81,48,117); }

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

background-color css

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

 a { background-color: rgb(81,48,117); }

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

border-color css

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

 span { border-color: rgb(81,48,117); }

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