Html Css Color HEX #506692 Kashmir Blue

📋 copy color: '#506692'

red 80 ◦ green 102 ◦ blue 146

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

Shades of Kashmir Blue #506692

Tints of Kashmir Blue #506692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 44.51%

R = 24.39%
G = 31.1%
B = 44.51%

CMYK

 C value IS 0.45

 M value IS 0.30

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#506692 (or 0x506692) is known color: Kashmir Blue. HEX triplet: 50, 66 and 92. RGB value is (80,102,146). Sum of RGB (Red+Green+Blue) = 80+102+146=328 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.39% from 328); Green value is 102 (40.23% from 255 or 31.10% from 328); Blue value is 146 (57.42% from 255 or 44.51% from 328); Max value from RGB is 146 - color contains mainly: blue. Hex color #506692 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506692 is #AF996D. Grayscale: #646464. Windows color (decimal): -11508078 or 9594448. OLE color: 9594448.

HSL color Cylindrical-coordinate representation of color #506692: hue angle of 220º 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 #506692 is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 80 102 146 -
CMYK 0.45 0.30 0 0.43
HSL 220º 0.29% 0.44% -
HSV(B) 220º 0.45% 0.57% -
XYZ 13.25 13.28 29.06 -
YUV 100.44 153.71 113.42 -
System Red Green Blue C M Y K H S L
Decimal 80 102 146 0.45 0.30 0 0.43 220 0.29 0.44
Hex 50 66 92 2D 1E 0 2B DC 1D 2C
Octal 120 146 222 55 36 0 53 334 35 54
Binary 1010000 1100110 10010010 101101 11110 0 101011 11011100 11101 101100

Color Harmonies of #506692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506692

Black with #506692

Text Example


Text Example

White with #506692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506692; }

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

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

background-color css

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

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

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

border-color css

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

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

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