Html Css Color HEX #516285 Kashmir Blue

📋 copy color: '#516285'

red 81 ◦ green 98 ◦ blue 133

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

Shades of Kashmir Blue #516285

Tints of Kashmir Blue #516285

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.41%

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

R = 25.96%
G = 31.41%
B = 42.63%

CMYK

 C value IS 0.39

 M value IS 0.26

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#516285 (or 0x516285) is known color: Kashmir Blue. HEX triplet: 51, 62 and 85. RGB value is (81,98,133). Sum of RGB (Red+Green+Blue) = 81+98+133=312 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.96% from 312); Green value is 98 (38.67% from 255 or 31.41% from 312); Blue value is 133 (52.34% from 255 or 42.63% from 312); Max value from RGB is 133 - color contains mainly: blue. Hex color #516285 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516285 is #AE9D7A. Grayscale: #606060. Windows color (decimal): -11443579 or 8741457. OLE color: 8741457.

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

Color convert

RGB 81 98 133 -
CMYK 0.39 0.26 0 0.48
HSL 220.38º 0.24% 0.42% -
HSV(B) 220.38º 0.39% 0.52% -
XYZ 11.99 12.18 23.91 -
YUV 96.91 148.37 116.65 -
System Red Green Blue C M Y K H S L
Decimal 81 98 133 0.39 0.26 0 0.48 220.38 0.24 0.42
Hex 51 62 85 27 1A 0 30 DC 18 2A
Octal 121 142 205 47 32 0 60 334 30 52
Binary 1010001 1100010 10000101 100111 11010 0 110000 11011100 11000 101010

Color Harmonies of #516285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516285

Black with #516285

Text Example


Text Example

White with #516285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516285; }

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

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

background-color css

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

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

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

border-color css

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

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

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