Html Css Color HEX #505F8C Kashmir Blue

📋 copy color: '#505F8C'

red 80 ◦ green 95 ◦ blue 140

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

Shades of Kashmir Blue #505F8C

Tints of Kashmir Blue #505F8C

RGB

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

 GREEN value IS 95 (37.5% from 255) = 30.16%

 BLUE value IS 140 (55.08% from 255) = 44.44%

R = 25.4%
G = 30.16%
B = 44.44%

CMYK

 C value IS 0.43

 M value IS 0.32

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#505F8C (or 0x505F8C) is known color: Kashmir Blue. HEX triplet: 50, 5F and 8C. RGB value is (80,95,140). Sum of RGB (Red+Green+Blue) = 80+95+140=315 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.40% from 315); Green value is 95 (37.5% from 255 or 30.16% from 315); Blue value is 140 (55.08% from 255 or 44.44% from 315); Max value from RGB is 140 - color contains mainly: blue. Hex color #505F8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505F8C is #AFA073. Grayscale: #5F5F5F. Windows color (decimal): -11509876 or 9199440. OLE color: 9199440.

HSL color Cylindrical-coordinate representation of color #505F8C: hue angle of 225º degrees, saturation: 0.27, 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 #505F8C is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 80 95 140 -
CMYK 0.43 0.32 0 0.45
HSL 225º 0.27% 0.43% -
HSV(B) 225º 0.43% 0.55% -
XYZ 12.13 11.78 26.45 -
YUV 95.65 153.03 116.84 -
System Red Green Blue C M Y K H S L
Decimal 80 95 140 0.43 0.32 0 0.45 225 0.27 0.43
Hex 50 5F 8C 2B 20 0 2D E1 1B 2B
Octal 120 137 214 53 40 0 55 341 33 53
Binary 1010000 1011111 10001100 101011 100000 0 101101 11100001 11011 101011

Color Harmonies of #505F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505F8C

Black with #505F8C

Text Example


Text Example

White with #505F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,95,140); }

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

background-color css

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

 a { background-color: rgb(80,95,140); }

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

border-color css

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

 span { border-color: rgb(80,95,140); }

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