Html Css Color HEX #515F88 Kashmir Blue

📋 copy color: '#515F88'

red 81 ◦ green 95 ◦ blue 136

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

Shades of Kashmir Blue #515F88

Tints of Kashmir Blue #515F88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 43.59%

R = 25.96%
G = 30.45%
B = 43.59%

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

#515F88 (or 0x515F88) is known color: Kashmir Blue. HEX triplet: 51, 5F and 88. RGB value is (81,95,136). Sum of RGB (Red+Green+Blue) = 81+95+136=312 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.96% from 312); Green value is 95 (37.5% from 255 or 30.45% from 312); Blue value is 136 (53.52% from 255 or 43.59% from 312); Max value from RGB is 136 - color contains mainly: blue. Hex color #515F88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515F88 is #AEA077. Grayscale: #5F5F5F. Windows color (decimal): -11444344 or 8937297. OLE color: 8937297.

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

Color convert

RGB 81 95 136 -
CMYK 0.40 0.30 0 0.47
HSL 224.73º 0.25% 0.43% -
HSV(B) 224.73º 0.4% 0.53% -
XYZ 11.93 11.71 24.92 -
YUV 95.49 150.86 117.67 -
System Red Green Blue C M Y K H S L
Decimal 81 95 136 0.40 0.30 0 0.47 224.73 0.25 0.43
Hex 51 5F 88 28 1E 0 2F E1 19 2B
Octal 121 137 210 50 36 0 57 341 31 53
Binary 1010001 1011111 10001000 101000 11110 0 101111 11100001 11001 101011

Color Harmonies of #515F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515F88

Black with #515F88

Text Example


Text Example

White with #515F88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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