Html Css Color HEX #506791 Kashmir Blue

📋 copy color: '#506791'

red 80 ◦ green 103 ◦ blue 145

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

Shades of Kashmir Blue #506791

Tints of Kashmir Blue #506791

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.4%

 BLUE value IS 145 (57.03% from 255) = 44.21%

R = 24.39%
G = 31.4%
B = 44.21%

CMYK

 C value IS 0.45

 M value IS 0.29

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#506791 (or 0x506791) is known color: Kashmir Blue. HEX triplet: 50, 67 and 91. RGB value is (80,103,145). Sum of RGB (Red+Green+Blue) = 80+103+145=328 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.39% from 328); Green value is 103 (40.62% from 255 or 31.40% from 328); Blue value is 145 (57.03% from 255 or 44.21% from 328); Max value from RGB is 145 - color contains mainly: blue. Hex color #506791 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506791 is #AF986E. Grayscale: #646464. Windows color (decimal): -11507823 or 9529168. OLE color: 9529168.

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

Color convert

RGB 80 103 145 -
CMYK 0.45 0.29 0 0.43
HSL 218.77º 0.29% 0.44% -
HSV(B) 218.77º 0.45% 0.57% -
XYZ 13.27 13.45 28.68 -
YUV 100.91 152.88 113.08 -
System Red Green Blue C M Y K H S L
Decimal 80 103 145 0.45 0.29 0 0.43 218.77 0.29 0.44
Hex 50 67 91 2D 1D 0 2B DB 1D 2C
Octal 120 147 221 55 35 0 53 333 35 54
Binary 1010000 1100111 10010001 101101 11101 0 101011 11011011 11101 101100

Color Harmonies of #506791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506791

Black with #506791

Text Example


Text Example

White with #506791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506791; }

 p { color: rgb(80,103,145); }

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

background-color css

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

 a { background-color: rgb(80,103,145); }

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

border-color css

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

 span { border-color: rgb(80,103,145); }

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