Html Css Color HEX #505E88 Kashmir Blue

📋 copy color: '#505E88'

red 80 ◦ green 94 ◦ blue 136

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

Shades of Kashmir Blue #505E88

Tints of Kashmir Blue #505E88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 43.87%

R = 25.81%
G = 30.32%
B = 43.87%

CMYK

 C value IS 0.41

 M value IS 0.31

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#505E88 (or 0x505E88) is known color: Kashmir Blue. HEX triplet: 50, 5E and 88. RGB value is (80,94,136). Sum of RGB (Red+Green+Blue) = 80+94+136=310 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.81% from 310); Green value is 94 (37.11% from 255 or 30.32% from 310); Blue value is 136 (53.52% from 255 or 43.87% from 310); Max value from RGB is 136 - color contains mainly: blue. Hex color #505E88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505E88 is #AFA177. Grayscale: #5E5E5E. Windows color (decimal): -11510136 or 8937040. OLE color: 8937040.

HSL color Cylindrical-coordinate representation of color #505E88: hue angle of 225º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #505E88 is Cyan = 0.41, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 80 94 136 -
CMYK 0.41 0.31 0 0.47
HSL 225º 0.26% 0.42% -
HSV(B) 225º 0.41% 0.53% -
XYZ 11.75 11.49 24.89 -
YUV 94.6 151.36 117.58 -
System Red Green Blue C M Y K H S L
Decimal 80 94 136 0.41 0.31 0 0.47 225 0.26 0.42
Hex 50 5E 88 29 1F 0 2F E1 1A 2A
Octal 120 136 210 51 37 0 57 341 32 52
Binary 1010000 1011110 10001000 101001 11111 0 101111 11100001 11010 101010

Color Harmonies of #505E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505E88

Black with #505E88

Text Example


Text Example

White with #505E88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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