Html Css Color HEX #516085 Kashmir Blue

📋 copy color: '#516085'

red 81 ◦ green 96 ◦ blue 133

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

Shades of Kashmir Blue #516085

Tints of Kashmir Blue #516085

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.97%

 BLUE value IS 133 (52.34% from 255) = 42.9%

R = 26.13%
G = 30.97%
B = 42.9%

CMYK

 C value IS 0.39

 M value IS 0.28

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#516085 (or 0x516085) is known color: Kashmir Blue. HEX triplet: 51, 60 and 85. RGB value is (81,96,133). Sum of RGB (Red+Green+Blue) = 81+96+133=310 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.13% from 310); Green value is 96 (37.89% from 255 or 30.97% from 310); Blue value is 133 (52.34% from 255 or 42.90% from 310); Max value from RGB is 133 - color contains mainly: blue. Hex color #516085 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516085 is #AE9F7A. Grayscale: #5F5F5F. Windows color (decimal): -11444091 or 8740945. OLE color: 8740945.

HSL color Cylindrical-coordinate representation of color #516085: hue angle of 222.69º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #516085 is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 81 96 133 -
CMYK 0.39 0.28 0 0.48
HSL 222.69º 0.24% 0.42% -
HSV(B) 222.69º 0.39% 0.52% -
XYZ 11.81 11.81 23.85 -
YUV 95.73 149.03 117.49 -
System Red Green Blue C M Y K H S L
Decimal 81 96 133 0.39 0.28 0 0.48 222.69 0.24 0.42
Hex 51 60 85 27 1C 0 30 DF 18 2A
Octal 121 140 205 47 34 0 60 337 30 52
Binary 1010001 1100000 10000101 100111 11100 0 110000 11011111 11000 101010

Color Harmonies of #516085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516085

Black with #516085

Text Example


Text Example

White with #516085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516085; }

 p { color: rgb(81,96,133); }

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

background-color css

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

 a { background-color: rgb(81,96,133); }

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

border-color css

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

 span { border-color: rgb(81,96,133); }

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