Html Css Color HEX #517293 Kashmir Blue

📋 copy color: '#517293'

red 81 ◦ green 114 ◦ blue 147

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

Shades of Kashmir Blue #517293

Tints of Kashmir Blue #517293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 42.98%

R = 23.68%
G = 33.33%
B = 42.98%

CMYK

 C value IS 0.45

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#517293 (or 0x517293) is known color: Kashmir Blue. HEX triplet: 51, 72 and 93. RGB value is (81,114,147). Sum of RGB (Red+Green+Blue) = 81+114+147=342 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.68% from 342); Green value is 114 (44.92% from 255 or 33.33% from 342); Blue value is 147 (57.81% from 255 or 42.98% from 342); Max value from RGB is 147 - color contains mainly: blue. Hex color #517293 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517293 is #AE8D6C. Grayscale: #6B6B6B. Windows color (decimal): -11439469 or 9663057. OLE color: 9663057.

HSL color Cylindrical-coordinate representation of color #517293: hue angle of 210º 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 #517293 is Cyan = 0.45, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 81 114 147 -
CMYK 0.45 0.22 0 0.42
HSL 210º 0.29% 0.45% -
HSV(B) 210º 0.45% 0.58% -
XYZ 14.68 15.89 29.9 -
YUV 107.9 150.07 108.82 -
System Red Green Blue C M Y K H S L
Decimal 81 114 147 0.45 0.22 0 0.42 210 0.29 0.45
Hex 51 72 93 2D 16 0 2A D2 1D 2D
Octal 121 162 223 55 26 0 52 322 35 55
Binary 1010001 1110010 10010011 101101 10110 0 101010 11010010 11101 101101

Color Harmonies of #517293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517293

Black with #517293

Text Example


Text Example

White with #517293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517293; }

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

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

background-color css

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

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

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

border-color css

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

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

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