Html Css Color HEX #517294 Kashmir Blue

📋 copy color: '#517294'

red 81 ◦ green 114 ◦ blue 148

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

Shades of Kashmir Blue #517294

Tints of Kashmir Blue #517294

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.24%

 BLUE value IS 148 (58.2% from 255) = 43.15%

R = 23.62%
G = 33.24%
B = 43.15%

CMYK

 C value IS 0.45

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#517294 (or 0x517294) is known color: Kashmir Blue. HEX triplet: 51, 72 and 94. RGB value is (81,114,148). Sum of RGB (Red+Green+Blue) = 81+114+148=343 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.62% from 343); Green value is 114 (44.92% from 255 or 33.24% from 343); Blue value is 148 (58.20% from 255 or 43.15% from 343); Max value from RGB is 148 - color contains mainly: blue. Hex color #517294 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517294 is #AE8D6B. Grayscale: #6B6B6B. Windows color (decimal): -11439468 or 9728593. OLE color: 9728593.

HSL color Cylindrical-coordinate representation of color #517294: hue angle of 210.45º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #517294 is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 81 114 148 -
CMYK 0.45 0.23 0 0.42
HSL 210.45º 0.29% 0.45% -
HSV(B) 210.45º 0.45% 0.58% -
XYZ 14.76 15.92 30.31 -
YUV 108.01 150.57 108.74 -
System Red Green Blue C M Y K H S L
Decimal 81 114 148 0.45 0.23 0 0.42 210.45 0.29 0.45
Hex 51 72 94 2D 17 0 2A D2 1D 2D
Octal 121 162 224 55 27 0 52 322 35 55
Binary 1010001 1110010 10010100 101101 10111 0 101010 11010010 11101 101101

Color Harmonies of #517294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517294

Black with #517294

Text Example


Text Example

White with #517294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517294; }

 p { color: rgb(81,114,148); }

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

background-color css

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

 a { background-color: rgb(81,114,148); }

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

border-color css

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

 span { border-color: rgb(81,114,148); }

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