Html Css Color HEX #515F8B Kashmir Blue

📋 copy color: '#515F8B'

red 81 ◦ green 95 ◦ blue 139

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

Shades of Kashmir Blue #515F8B

Tints of Kashmir Blue #515F8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 44.13%

R = 25.71%
G = 30.16%
B = 44.13%

CMYK

 C value IS 0.42

 M value IS 0.32

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#515F8B (or 0x515F8B) is known color: Kashmir Blue. HEX triplet: 51, 5F and 8B. RGB value is (81,95,139). Sum of RGB (Red+Green+Blue) = 81+95+139=315 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.71% from 315); Green value is 95 (37.5% from 255 or 30.16% from 315); Blue value is 139 (54.69% from 255 or 44.13% from 315); Max value from RGB is 139 - color contains mainly: blue. Hex color #515F8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515F8B is #AEA074. Grayscale: #5F5F5F. Windows color (decimal): -11444341 or 9133905. OLE color: 9133905.

HSL color Cylindrical-coordinate representation of color #515F8B: hue angle of 225.52º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #515F8B is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 81 95 139 -
CMYK 0.42 0.32 0 0.45
HSL 225.52º 0.26% 0.43% -
HSV(B) 225.52º 0.42% 0.55% -
XYZ 12.15 11.8 26.06 -
YUV 95.83 152.36 117.42 -
System Red Green Blue C M Y K H S L
Decimal 81 95 139 0.42 0.32 0 0.45 225.52 0.26 0.43
Hex 51 5F 8B 2A 20 0 2D E2 1A 2B
Octal 121 137 213 52 40 0 55 342 32 53
Binary 1010001 1011111 10001011 101010 100000 0 101101 11100010 11010 101011

Color Harmonies of #515F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515F8B

Black with #515F8B

Text Example


Text Example

White with #515F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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