Html Css Color HEX #506591 Kashmir Blue

📋 copy color: '#506591'

red 80 ◦ green 101 ◦ blue 145

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

Shades of Kashmir Blue #506591

Tints of Kashmir Blue #506591

RGB

 RED value IS 80 (31.64% from 255) = 24.54%

 GREEN value IS 101 (39.84% from 255) = 30.98%

 BLUE value IS 145 (57.03% from 255) = 44.48%

R = 24.54%
G = 30.98%
B = 44.48%

CMYK

 C value IS 0.45

 M value IS 0.30

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#506591 (or 0x506591) is known color: Kashmir Blue. HEX triplet: 50, 65 and 91. RGB value is (80,101,145). Sum of RGB (Red+Green+Blue) = 80+101+145=326 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.54% from 326); Green value is 101 (39.84% from 255 or 30.98% from 326); Blue value is 145 (57.03% from 255 or 44.48% from 326); Max value from RGB is 145 - color contains mainly: blue. Hex color #506591 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506591 is #AF9A6E. Grayscale: #636363. Windows color (decimal): -11508335 or 9528656. OLE color: 9528656.

HSL color Cylindrical-coordinate representation of color #506591: hue angle of 220.62º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #506591 is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 80 101 145 -
CMYK 0.45 0.30 0 0.43
HSL 220.62º 0.29% 0.44% -
HSV(B) 220.62º 0.45% 0.57% -
XYZ 13.07 13.06 28.62 -
YUV 99.74 153.54 113.92 -
System Red Green Blue C M Y K H S L
Decimal 80 101 145 0.45 0.30 0 0.43 220.62 0.29 0.44
Hex 50 65 91 2D 1E 0 2B DD 1D 2C
Octal 120 145 221 55 36 0 53 335 35 54
Binary 1010000 1100101 10010001 101101 11110 0 101011 11011101 11101 101100

Color Harmonies of #506591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506591

Black with #506591

Text Example


Text Example

White with #506591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506591; }

 p { color: rgb(80,101,145); }

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

background-color css

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

 a { background-color: rgb(80,101,145); }

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

border-color css

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

 span { border-color: rgb(80,101,145); }

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