Html Css Color HEX #516790 Kashmir Blue

📋 copy color: '#516790'

red 81 ◦ green 103 ◦ blue 144

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

Shades of Kashmir Blue #516790

Tints of Kashmir Blue #516790

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.4%

 BLUE value IS 144 (56.64% from 255) = 43.9%

R = 24.7%
G = 31.4%
B = 43.9%

CMYK

 C value IS 0.44

 M value IS 0.28

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#516790 (or 0x516790) is known color: Kashmir Blue. HEX triplet: 51, 67 and 90. RGB value is (81,103,144). Sum of RGB (Red+Green+Blue) = 81+103+144=328 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.70% from 328); Green value is 103 (40.62% from 255 or 31.40% from 328); Blue value is 144 (56.64% from 255 or 43.90% from 328); Max value from RGB is 144 - color contains mainly: blue. Hex color #516790 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516790 is #AE986F. Grayscale: #646464. Windows color (decimal): -11442288 or 9463633. OLE color: 9463633.

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

Color convert

RGB 81 103 144 -
CMYK 0.44 0.28 0 0.44
HSL 219.05º 0.28% 0.44% -
HSV(B) 219.05º 0.44% 0.56% -
XYZ 13.28 13.46 28.28 -
YUV 101.1 152.21 113.67 -
System Red Green Blue C M Y K H S L
Decimal 81 103 144 0.44 0.28 0 0.44 219.05 0.28 0.44
Hex 51 67 90 2C 1C 0 2C DB 1C 2C
Octal 121 147 220 54 34 0 54 333 34 54
Binary 1010001 1100111 10010000 101100 11100 0 101100 11011011 11100 101100

Color Harmonies of #516790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516790

Black with #516790

Text Example


Text Example

White with #516790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516790; }

 p { color: rgb(81,103,144); }

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

background-color css

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

 a { background-color: rgb(81,103,144); }

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

border-color css

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

 span { border-color: rgb(81,103,144); }

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