Html Css Color HEX #506A91 Kashmir Blue

📋 copy color: '#506A91'

red 80 ◦ green 106 ◦ blue 145

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

Shades of Kashmir Blue #506A91

Tints of Kashmir Blue #506A91

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.02%

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

R = 24.17%
G = 32.02%
B = 43.81%

CMYK

 C value IS 0.45

 M value IS 0.27

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#506A91 (or 0x506A91) is known color: Kashmir Blue. HEX triplet: 50, 6A and 91. RGB value is (80,106,145). Sum of RGB (Red+Green+Blue) = 80+106+145=331 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.17% from 331); Green value is 106 (41.80% from 255 or 32.02% from 331); Blue value is 145 (57.03% from 255 or 43.81% from 331); Max value from RGB is 145 - color contains mainly: blue. Hex color #506A91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506A91 is #AF956E. Grayscale: #666666. Windows color (decimal): -11507055 or 9529936. OLE color: 9529936.

HSL color Cylindrical-coordinate representation of color #506A91: hue angle of 216º 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 #506A91 is Cyan = 0.45, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 80 106 145 -
CMYK 0.45 0.27 0 0.43
HSL 216º 0.29% 0.44% -
HSV(B) 216º 0.45% 0.57% -
XYZ 13.57 14.06 28.79 -
YUV 102.67 151.89 111.83 -
System Red Green Blue C M Y K H S L
Decimal 80 106 145 0.45 0.27 0 0.43 216 0.29 0.44
Hex 50 6A 91 2D 1B 0 2B D8 1D 2C
Octal 120 152 221 55 33 0 53 330 35 54
Binary 1010000 1101010 10010001 101101 11011 0 101011 11011000 11101 101100

Color Harmonies of #506A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506A91

Black with #506A91

Text Example


Text Example

White with #506A91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506A91; }

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

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

background-color css

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

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

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

border-color css

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

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

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