Html Css Color HEX #506790 Kashmir Blue

📋 copy color: '#506790'

red 80 ◦ green 103 ◦ blue 144

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

Shades of Kashmir Blue #506790

Tints of Kashmir Blue #506790

RGB

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

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

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

R = 24.46%
G = 31.5%
B = 44.04%

CMYK

 C value IS 0.44

 M value IS 0.28

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#506790 (or 0x506790) is known color: Kashmir Blue. HEX triplet: 50, 67 and 90. RGB value is (80,103,144). Sum of RGB (Red+Green+Blue) = 80+103+144=327 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.46% from 327); Green value is 103 (40.62% from 255 or 31.50% from 327); Blue value is 144 (56.64% from 255 or 44.04% from 327); Max value from RGB is 144 - color contains mainly: blue. Hex color #506790 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506790 is #AF986F. Grayscale: #646464. Windows color (decimal): -11507824 or 9463632. OLE color: 9463632.

HSL color Cylindrical-coordinate representation of color #506790: hue angle of 218.44º 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 #506790 is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 80 103 144 -
CMYK 0.44 0.28 0 0.44
HSL 218.44º 0.29% 0.44% -
HSV(B) 218.44º 0.44% 0.56% -
XYZ 13.19 13.42 28.28 -
YUV 100.8 152.38 113.17 -
System Red Green Blue C M Y K H S L
Decimal 80 103 144 0.44 0.28 0 0.44 218.44 0.29 0.44
Hex 50 67 90 2C 1C 0 2C DA 1D 2C
Octal 120 147 220 54 34 0 54 332 35 54
Binary 1010000 1100111 10010000 101100 11100 0 101100 11011010 11101 101100

Color Harmonies of #506790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506790

Black with #506790

Text Example


Text Example

White with #506790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506790; }

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

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

background-color css

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

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

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

border-color css

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

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

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