Html Css Color HEX #506C90 Kashmir Blue

📋 copy color: '#506C90'

red 80 ◦ green 108 ◦ blue 144

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

Shades of Kashmir Blue #506C90

Tints of Kashmir Blue #506C90

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.53%

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

R = 24.1%
G = 32.53%
B = 43.37%

CMYK

 C value IS 0.44

 M value IS 0.25

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#506C90 (or 0x506C90) is known color: Kashmir Blue. HEX triplet: 50, 6C and 90. RGB value is (80,108,144). Sum of RGB (Red+Green+Blue) = 80+108+144=332 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.10% from 332); Green value is 108 (42.58% from 255 or 32.53% from 332); Blue value is 144 (56.64% from 255 or 43.37% from 332); Max value from RGB is 144 - color contains mainly: blue. Hex color #506C90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506C90 is #AF936F. Grayscale: #676767. Windows color (decimal): -11506544 or 9464912. OLE color: 9464912.

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

Color convert

RGB 80 108 144 -
CMYK 0.44 0.25 0 0.44
HSL 213.75º 0.29% 0.44% -
HSV(B) 213.75º 0.44% 0.56% -
XYZ 13.7 14.44 28.45 -
YUV 103.73 150.72 111.07 -
System Red Green Blue C M Y K H S L
Decimal 80 108 144 0.44 0.25 0 0.44 213.75 0.29 0.44
Hex 50 6C 90 2C 19 0 2C D6 1D 2C
Octal 120 154 220 54 31 0 54 326 35 54
Binary 1010000 1101100 10010000 101100 11001 0 101100 11010110 11101 101100

Color Harmonies of #506C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506C90

Black with #506C90

Text Example


Text Example

White with #506C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506C90; }

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

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

background-color css

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

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

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

border-color css

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

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

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