Html Css Color HEX #506F91 Kashmir Blue

📋 copy color: '#506F91'

red 80 ◦ green 111 ◦ blue 145

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

Shades of Kashmir Blue #506F91

Tints of Kashmir Blue #506F91

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.04%

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

R = 23.81%
G = 33.04%
B = 43.15%

CMYK

 C value IS 0.45

 M value IS 0.23

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#506F91 (or 0x506F91) is known color: Kashmir Blue. HEX triplet: 50, 6F and 91. RGB value is (80,111,145). Sum of RGB (Red+Green+Blue) = 80+111+145=336 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.81% from 336); Green value is 111 (43.75% from 255 or 33.04% from 336); Blue value is 145 (57.03% from 255 or 43.15% from 336); Max value from RGB is 145 - color contains mainly: blue. Hex color #506F91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506F91 is #AF906E. Grayscale: #696969. Windows color (decimal): -11505775 or 9531216. OLE color: 9531216.

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

Color convert

RGB 80 111 145 -
CMYK 0.45 0.23 0 0.43
HSL 211.38º 0.29% 0.44% -
HSV(B) 211.38º 0.45% 0.57% -
XYZ 14.1 15.12 28.96 -
YUV 105.61 150.23 109.74 -
System Red Green Blue C M Y K H S L
Decimal 80 111 145 0.45 0.23 0 0.43 211.38 0.29 0.44
Hex 50 6F 91 2D 17 0 2B D3 1D 2C
Octal 120 157 221 55 27 0 53 323 35 54
Binary 1010000 1101111 10010001 101101 10111 0 101011 11010011 11101 101100

Color Harmonies of #506F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506F91

Black with #506F91

Text Example


Text Example

White with #506F91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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