Html Css Color HEX #513869 Blue Diamond

📋 copy color: '#513869'

red 81 ◦ green 56 ◦ blue 105

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

Shades of Blue Diamond #513869

Tints of Blue Diamond #513869

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 43.39%

R = 33.47%
G = 23.14%
B = 43.39%

CMYK

 C value IS 0.23

 M value IS 0.47

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#513869 (or 0x513869) is known color: Blue Diamond. HEX triplet: 51, 38 and 69. RGB value is (81,56,105). Sum of RGB (Red+Green+Blue) = 81+56+105=242 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.47% from 242); Green value is 56 (22.27% from 255 or 23.14% from 242); Blue value is 105 (41.41% from 255 or 43.39% from 242); Max value from RGB is 105 - color contains mainly: blue. Hex color #513869 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513869 is #AEC796. Grayscale: #444444. Windows color (decimal): -11454359 or 6895697. OLE color: 6895697.

HSL color Cylindrical-coordinate representation of color #513869: hue angle of 270.61º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #513869 is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 81 56 105 -
CMYK 0.23 0.47 0 0.59
HSL 270.61º 0.3% 0.32% -
HSV(B) 270.61º 0.47% 0.41% -
XYZ 7.36 5.6 14.06 -
YUV 69.06 148.28 136.52 -
System Red Green Blue C M Y K H S L
Decimal 81 56 105 0.23 0.47 0 0.59 270.61 0.3 0.32
Hex 51 38 69 17 2F 0 3B 10F 1E 20
Octal 121 70 151 27 57 0 73 417 36 40
Binary 1010001 111000 1101001 10111 101111 0 111011 100001111 11110 100000

Color Harmonies of #513869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513869

Black with #513869

Text Example


Text Example

White with #513869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513869; }

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

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

background-color css

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

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

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

border-color css

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

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

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