Html Css Color HEX #506992 Kashmir Blue

📋 copy color: '#506992'

red 80 ◦ green 105 ◦ blue 146

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

Shades of Kashmir Blue #506992

Tints of Kashmir Blue #506992

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.72%

 BLUE value IS 146 (57.42% from 255) = 44.11%

R = 24.17%
G = 31.72%
B = 44.11%

CMYK

 C value IS 0.45

 M value IS 0.28

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#506992 (or 0x506992) is known color: Kashmir Blue. HEX triplet: 50, 69 and 92. RGB value is (80,105,146). Sum of RGB (Red+Green+Blue) = 80+105+146=331 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.17% from 331); Green value is 105 (41.41% from 255 or 31.72% from 331); Blue value is 146 (57.42% from 255 or 44.11% from 331); Max value from RGB is 146 - color contains mainly: blue. Hex color #506992 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506992 is #AF966D. Grayscale: #666666. Windows color (decimal): -11507310 or 9595216. OLE color: 9595216.

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

Color convert

RGB 80 105 146 -
CMYK 0.45 0.28 0 0.43
HSL 217.27º 0.29% 0.44% -
HSV(B) 217.27º 0.45% 0.57% -
XYZ 13.55 13.88 29.16 -
YUV 102.2 152.72 112.17 -
System Red Green Blue C M Y K H S L
Decimal 80 105 146 0.45 0.28 0 0.43 217.27 0.29 0.44
Hex 50 69 92 2D 1C 0 2B D9 1D 2C
Octal 120 151 222 55 34 0 53 331 35 54
Binary 1010000 1101001 10010010 101101 11100 0 101011 11011001 11101 101100

Color Harmonies of #506992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506992

Black with #506992

Text Example


Text Example

White with #506992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506992; }

 p { color: rgb(80,105,146); }

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

background-color css

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

 a { background-color: rgb(80,105,146); }

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

border-color css

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

 span { border-color: rgb(80,105,146); }

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