Html Css Color HEX #506993 Kashmir Blue

📋 copy color: '#506993'

red 80 ◦ green 105 ◦ blue 147

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

Shades of Kashmir Blue #506993

Tints of Kashmir Blue #506993

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.63%

 BLUE value IS 147 (57.81% from 255) = 44.28%

R = 24.1%
G = 31.63%
B = 44.28%

CMYK

 C value IS 0.46

 M value IS 0.29

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#506993 (or 0x506993) is known color: Kashmir Blue. HEX triplet: 50, 69 and 93. RGB value is (80,105,147). Sum of RGB (Red+Green+Blue) = 80+105+147=332 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.10% from 332); Green value is 105 (41.41% from 255 or 31.63% from 332); Blue value is 147 (57.81% from 255 or 44.28% from 332); Max value from RGB is 147 - color contains mainly: blue. Hex color #506993 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506993 is #AF966C. Grayscale: #666666. Windows color (decimal): -11507309 or 9660752. OLE color: 9660752.

HSL color Cylindrical-coordinate representation of color #506993: hue angle of 217.61º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #506993 is Cyan = 0.46, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 105 147 -
CMYK 0.46 0.29 0 0.42
HSL 217.61º 0.3% 0.45% -
HSV(B) 217.61º 0.46% 0.58% -
XYZ 13.63 13.92 29.57 -
YUV 102.31 153.22 112.08 -
System Red Green Blue C M Y K H S L
Decimal 80 105 147 0.46 0.29 0 0.42 217.61 0.3 0.45
Hex 50 69 93 2E 1D 0 2A DA 1E 2D
Octal 120 151 223 56 35 0 52 332 36 55
Binary 1010000 1101001 10010011 101110 11101 0 101010 11011010 11110 101101

Color Harmonies of #506993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506993

Black with #506993

Text Example


Text Example

White with #506993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506993; }

 p { color: rgb(80,105,147); }

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

background-color css

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

 a { background-color: rgb(80,105,147); }

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

border-color css

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

 span { border-color: rgb(80,105,147); }

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