Html Css Color HEX #505D89 Kashmir Blue

📋 copy color: '#505D89'

red 80 ◦ green 93 ◦ blue 137

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

Shades of Kashmir Blue #505D89

Tints of Kashmir Blue #505D89

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30%

 BLUE value IS 137 (53.91% from 255) = 44.19%

R = 25.81%
G = 30%
B = 44.19%

CMYK

 C value IS 0.42

 M value IS 0.32

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#505D89 (or 0x505D89) is known color: Kashmir Blue. HEX triplet: 50, 5D and 89. RGB value is (80,93,137). Sum of RGB (Red+Green+Blue) = 80+93+137=310 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.81% from 310); Green value is 93 (36.72% from 255 or 30% from 310); Blue value is 137 (53.91% from 255 or 44.19% from 310); Max value from RGB is 137 - color contains mainly: blue. Hex color #505D89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505D89 is #AFA276. Grayscale: #5D5D5D. Windows color (decimal): -11510391 or 9002320. OLE color: 9002320.

HSL color Cylindrical-coordinate representation of color #505D89: hue angle of 226.32º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #505D89 is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 80 93 137 -
CMYK 0.42 0.32 0 0.46
HSL 226.32º 0.26% 0.43% -
HSV(B) 226.32º 0.42% 0.54% -
XYZ 11.74 11.34 25.24 -
YUV 94.13 152.19 117.92 -
System Red Green Blue C M Y K H S L
Decimal 80 93 137 0.42 0.32 0 0.46 226.32 0.26 0.43
Hex 50 5D 89 2A 20 0 2E E2 1A 2B
Octal 120 135 211 52 40 0 56 342 32 53
Binary 1010000 1011101 10001001 101010 100000 0 101110 11100010 11010 101011

Color Harmonies of #505D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505D89

Black with #505D89

Text Example


Text Example

White with #505D89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,93,137); }

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

background-color css

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

 a { background-color: rgb(80,93,137); }

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

border-color css

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

 span { border-color: rgb(80,93,137); }

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