Html Css Color HEX #506590 Kashmir Blue

📋 copy color: '#506590'

red 80 ◦ green 101 ◦ blue 144

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

Shades of Kashmir Blue #506590

Tints of Kashmir Blue #506590

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.08%

 BLUE value IS 144 (56.64% from 255) = 44.31%

R = 24.62%
G = 31.08%
B = 44.31%

CMYK

 C value IS 0.44

 M value IS 0.30

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#506590 (or 0x506590) is known color: Kashmir Blue. HEX triplet: 50, 65 and 90. RGB value is (80,101,144). Sum of RGB (Red+Green+Blue) = 80+101+144=325 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.62% from 325); Green value is 101 (39.84% from 255 or 31.08% from 325); Blue value is 144 (56.64% from 255 or 44.31% from 325); Max value from RGB is 144 - color contains mainly: blue. Hex color #506590 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506590 is #AF9A6F. Grayscale: #636363. Windows color (decimal): -11508336 or 9463120. OLE color: 9463120.

HSL color Cylindrical-coordinate representation of color #506590: hue angle of 220.31º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #506590 is Cyan = 0.44, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 80 101 144 -
CMYK 0.44 0.30 0 0.44
HSL 220.31º 0.29% 0.44% -
HSV(B) 220.31º 0.44% 0.56% -
XYZ 13 13.03 28.21 -
YUV 99.62 153.04 114 -
System Red Green Blue C M Y K H S L
Decimal 80 101 144 0.44 0.30 0 0.44 220.31 0.29 0.44
Hex 50 65 90 2C 1E 0 2C DC 1D 2C
Octal 120 145 220 54 36 0 54 334 35 54
Binary 1010000 1100101 10010000 101100 11110 0 101100 11011100 11101 101100

Color Harmonies of #506590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506590

Black with #506590

Text Example


Text Example

White with #506590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506590; }

 p { color: rgb(80,101,144); }

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

background-color css

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

 a { background-color: rgb(80,101,144); }

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

border-color css

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

 span { border-color: rgb(80,101,144); }

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