Html Css Color HEX #505E8D Kashmir Blue

📋 copy color: '#505E8D'

red 80 ◦ green 94 ◦ blue 141

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

Shades of Kashmir Blue #505E8D

Tints of Kashmir Blue #505E8D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.84%

 BLUE value IS 141 (55.47% from 255) = 44.76%

R = 25.4%
G = 29.84%
B = 44.76%

CMYK

 C value IS 0.43

 M value IS 0.33

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#505E8D (or 0x505E8D) is known color: Kashmir Blue. HEX triplet: 50, 5E and 8D. RGB value is (80,94,141). Sum of RGB (Red+Green+Blue) = 80+94+141=315 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.40% from 315); Green value is 94 (37.11% from 255 or 29.84% from 315); Blue value is 141 (55.47% from 255 or 44.76% from 315); Max value from RGB is 141 - color contains mainly: blue. Hex color #505E8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505E8D is #AFA172. Grayscale: #5E5E5E. Windows color (decimal): -11510131 or 9264720. OLE color: 9264720.

HSL color Cylindrical-coordinate representation of color #505E8D: hue angle of 226.23º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #505E8D is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 80 94 141 -
CMYK 0.43 0.33 0 0.45
HSL 226.23º 0.28% 0.43% -
HSV(B) 226.23º 0.43% 0.55% -
XYZ 12.12 11.63 26.81 -
YUV 95.17 153.86 117.18 -
System Red Green Blue C M Y K H S L
Decimal 80 94 141 0.43 0.33 0 0.45 226.23 0.28 0.43
Hex 50 5E 8D 2B 21 0 2D E2 1C 2B
Octal 120 136 215 53 41 0 55 342 34 53
Binary 1010000 1011110 10001101 101011 100001 0 101101 11100010 11100 101011

Color Harmonies of #505E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505E8D

Black with #505E8D

Text Example


Text Example

White with #505E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505E8D; }

 p { color: rgb(80,94,141); }

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

background-color css

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

 a { background-color: rgb(80,94,141); }

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

border-color css

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

 span { border-color: rgb(80,94,141); }

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