Html Css Color HEX #506E94 Kashmir Blue

📋 copy color: '#506E94'

red 80 ◦ green 110 ◦ blue 148

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

Shades of Kashmir Blue #506E94

Tints of Kashmir Blue #506E94

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.54%

 BLUE value IS 148 (58.2% from 255) = 43.79%

R = 23.67%
G = 32.54%
B = 43.79%

CMYK

 C value IS 0.46

 M value IS 0.26

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#506E94 (or 0x506E94) is known color: Kashmir Blue. HEX triplet: 50, 6E and 94. RGB value is (80,110,148). Sum of RGB (Red+Green+Blue) = 80+110+148=338 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.67% from 338); Green value is 110 (43.36% from 255 or 32.54% from 338); Blue value is 148 (58.20% from 255 or 43.79% from 338); Max value from RGB is 148 - color contains mainly: blue. Hex color #506E94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506E94 is #AF916B. Grayscale: #696969. Windows color (decimal): -11506028 or 9727568. OLE color: 9727568.

HSL color Cylindrical-coordinate representation of color #506E94: hue angle of 213.53º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #506E94 is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 110 148 -
CMYK 0.46 0.26 0 0.42
HSL 213.53º 0.3% 0.45% -
HSV(B) 213.53º 0.46% 0.58% -
XYZ 14.23 15 30.16 -
YUV 105.36 152.06 109.91 -
System Red Green Blue C M Y K H S L
Decimal 80 110 148 0.46 0.26 0 0.42 213.53 0.3 0.45
Hex 50 6E 94 2E 1A 0 2A D6 1E 2D
Octal 120 156 224 56 32 0 52 326 36 55
Binary 1010000 1101110 10010100 101110 11010 0 101010 11010110 11110 101101

Color Harmonies of #506E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506E94

Black with #506E94

Text Example


Text Example

White with #506E94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,110,148); }

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

background-color css

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

 a { background-color: rgb(80,110,148); }

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

border-color css

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

 span { border-color: rgb(80,110,148); }

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