Html Css Color HEX #506185 Kashmir Blue

📋 copy color: '#506185'

red 80 ◦ green 97 ◦ blue 133

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

Shades of Kashmir Blue #506185

Tints of Kashmir Blue #506185

RGB

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

 GREEN value IS 97 (38.28% from 255) = 31.29%

 BLUE value IS 133 (52.34% from 255) = 42.9%

R = 25.81%
G = 31.29%
B = 42.9%

CMYK

 C value IS 0.40

 M value IS 0.27

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#506185 (or 0x506185) is known color: Kashmir Blue. HEX triplet: 50, 61 and 85. RGB value is (80,97,133). Sum of RGB (Red+Green+Blue) = 80+97+133=310 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.81% from 310); Green value is 97 (38.28% from 255 or 31.29% from 310); Blue value is 133 (52.34% from 255 or 42.90% from 310); Max value from RGB is 133 - color contains mainly: blue. Hex color #506185 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506185 is #AF9E7A. Grayscale: #5F5F5F. Windows color (decimal): -11509371 or 8741200. OLE color: 8741200.

HSL color Cylindrical-coordinate representation of color #506185: hue angle of 220.75º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #506185 is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 80 97 133 -
CMYK 0.40 0.27 0 0.48
HSL 220.75º 0.25% 0.42% -
HSV(B) 220.75º 0.4% 0.52% -
XYZ 11.82 11.95 23.87 -
YUV 96.02 148.87 116.57 -
System Red Green Blue C M Y K H S L
Decimal 80 97 133 0.40 0.27 0 0.48 220.75 0.25 0.42
Hex 50 61 85 28 1B 0 30 DD 19 2A
Octal 120 141 205 50 33 0 60 335 31 52
Binary 1010000 1100001 10000101 101000 11011 0 110000 11011101 11001 101010

Color Harmonies of #506185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506185

Black with #506185

Text Example


Text Example

White with #506185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506185; }

 p { color: rgb(80,97,133); }

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

background-color css

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

 a { background-color: rgb(80,97,133); }

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

border-color css

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

 span { border-color: rgb(80,97,133); }

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