Html Css Color HEX #506690 Kashmir Blue

📋 copy color: '#506690'

red 80 ◦ green 102 ◦ blue 144

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

Shades of Kashmir Blue #506690

Tints of Kashmir Blue #506690

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.29%

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

R = 24.54%
G = 31.29%
B = 44.17%

CMYK

 C value IS 0.44

 M value IS 0.29

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#506690 (or 0x506690) is known color: Kashmir Blue. HEX triplet: 50, 66 and 90. RGB value is (80,102,144). Sum of RGB (Red+Green+Blue) = 80+102+144=326 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.54% from 326); Green value is 102 (40.23% from 255 or 31.29% from 326); Blue value is 144 (56.64% from 255 or 44.17% from 326); Max value from RGB is 144 - color contains mainly: blue. Hex color #506690 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506690 is #AF996F. Grayscale: #646464. Windows color (decimal): -11508080 or 9463376. OLE color: 9463376.

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

Color convert

RGB 80 102 144 -
CMYK 0.44 0.29 0 0.44
HSL 219.38º 0.29% 0.44% -
HSV(B) 219.38º 0.44% 0.56% -
XYZ 13.09 13.22 28.25 -
YUV 100.21 152.71 113.58 -
System Red Green Blue C M Y K H S L
Decimal 80 102 144 0.44 0.29 0 0.44 219.38 0.29 0.44
Hex 50 66 90 2C 1D 0 2C DB 1D 2C
Octal 120 146 220 54 35 0 54 333 35 54
Binary 1010000 1100110 10010000 101100 11101 0 101100 11011011 11101 101100

Color Harmonies of #506690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506690

Black with #506690

Text Example


Text Example

White with #506690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506690; }

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

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

background-color css

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

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

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

border-color css

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

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

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