Html Css Color HEX #515F87 Kashmir Blue

📋 copy color: '#515F87'

red 81 ◦ green 95 ◦ blue 135

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

Shades of Kashmir Blue #515F87

Tints of Kashmir Blue #515F87

RGB

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

 GREEN value IS 95 (37.5% from 255) = 30.55%

 BLUE value IS 135 (53.13% from 255) = 43.41%

R = 26.05%
G = 30.55%
B = 43.41%

CMYK

 C value IS 0.40

 M value IS 0.30

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#515F87 (or 0x515F87) is known color: Kashmir Blue. HEX triplet: 51, 5F and 87. RGB value is (81,95,135). Sum of RGB (Red+Green+Blue) = 81+95+135=311 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.05% from 311); Green value is 95 (37.5% from 255 or 30.55% from 311); Blue value is 135 (53.12% from 255 or 43.41% from 311); Max value from RGB is 135 - color contains mainly: blue. Hex color #515F87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515F87 is #AEA078. Grayscale: #5F5F5F. Windows color (decimal): -11444345 or 8871761. OLE color: 8871761.

HSL color Cylindrical-coordinate representation of color #515F87: hue angle of 224.44º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #515F87 is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 81 95 135 -
CMYK 0.40 0.30 0 0.47
HSL 224.44º 0.25% 0.42% -
HSV(B) 224.44º 0.4% 0.53% -
XYZ 11.86 11.68 24.55 -
YUV 95.37 150.36 117.75 -
System Red Green Blue C M Y K H S L
Decimal 81 95 135 0.40 0.30 0 0.47 224.44 0.25 0.42
Hex 51 5F 87 28 1E 0 2F E0 19 2A
Octal 121 137 207 50 36 0 57 340 31 52
Binary 1010001 1011111 10000111 101000 11110 0 101111 11100000 11001 101010

Color Harmonies of #515F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515F87

Black with #515F87

Text Example


Text Example

White with #515F87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515F87; }

 p { color: rgb(81,95,135); }

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

background-color css

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

 a { background-color: rgb(81,95,135); }

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

border-color css

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

 span { border-color: rgb(81,95,135); }

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