Html Css Color HEX #506D92 Kashmir Blue

📋 copy color: '#506D92'

red 80 ◦ green 109 ◦ blue 146

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

Shades of Kashmir Blue #506D92

Tints of Kashmir Blue #506D92

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.54%

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

R = 23.88%
G = 32.54%
B = 43.58%

CMYK

 C value IS 0.45

 M value IS 0.25

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#506D92 (or 0x506D92) is known color: Kashmir Blue. HEX triplet: 50, 6D and 92. RGB value is (80,109,146). Sum of RGB (Red+Green+Blue) = 80+109+146=335 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.88% from 335); Green value is 109 (42.97% from 255 or 32.54% from 335); Blue value is 146 (57.42% from 255 or 43.58% from 335); Max value from RGB is 146 - color contains mainly: blue. Hex color #506D92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506D92 is #AF926D. Grayscale: #686868. Windows color (decimal): -11506286 or 9596240. OLE color: 9596240.

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

Color convert

RGB 80 109 146 -
CMYK 0.45 0.25 0 0.43
HSL 213.64º 0.29% 0.44% -
HSV(B) 213.64º 0.45% 0.57% -
XYZ 13.97 14.72 29.3 -
YUV 104.55 151.39 110.49 -
System Red Green Blue C M Y K H S L
Decimal 80 109 146 0.45 0.25 0 0.43 213.64 0.29 0.44
Hex 50 6D 92 2D 19 0 2B D6 1D 2C
Octal 120 155 222 55 31 0 53 326 35 54
Binary 1010000 1101101 10010010 101101 11001 0 101011 11010110 11101 101100

Color Harmonies of #506D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506D92

Black with #506D92

Text Example


Text Example

White with #506D92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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