Html Css Color HEX #516585 Kashmir Blue

📋 copy color: '#516585'

red 81 ◦ green 101 ◦ blue 133

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

Shades of Kashmir Blue #516585

Tints of Kashmir Blue #516585

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.06%

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

R = 25.71%
G = 32.06%
B = 42.22%

CMYK

 C value IS 0.39

 M value IS 0.24

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#516585 (or 0x516585) is known color: Kashmir Blue. HEX triplet: 51, 65 and 85. RGB value is (81,101,133). Sum of RGB (Red+Green+Blue) = 81+101+133=315 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.71% from 315); Green value is 101 (39.84% from 255 or 32.06% from 315); Blue value is 133 (52.34% from 255 or 42.22% from 315); Max value from RGB is 133 - color contains mainly: blue. Hex color #516585 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516585 is #AE9A7A. Grayscale: #626262. Windows color (decimal): -11442811 or 8742225. OLE color: 8742225.

HSL color Cylindrical-coordinate representation of color #516585: hue angle of 216.92º 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 #516585 is Cyan = 0.39, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 81 101 133 -
CMYK 0.39 0.24 0 0.48
HSL 216.92º 0.24% 0.42% -
HSV(B) 216.92º 0.39% 0.52% -
XYZ 12.28 12.75 24 -
YUV 98.67 147.37 115.4 -
System Red Green Blue C M Y K H S L
Decimal 81 101 133 0.39 0.24 0 0.48 216.92 0.24 0.42
Hex 51 65 85 27 18 0 30 D9 18 2A
Octal 121 145 205 47 30 0 60 331 30 52
Binary 1010001 1100101 10000101 100111 11000 0 110000 11011001 11000 101010

Color Harmonies of #516585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516585

Black with #516585

Text Example


Text Example

White with #516585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516585; }

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

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

background-color css

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

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

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

border-color css

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

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

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