Html Css Color HEX #506892 Kashmir Blue

📋 copy color: '#506892'

red 80 ◦ green 104 ◦ blue 146

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

Shades of Kashmir Blue #506892

Tints of Kashmir Blue #506892

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.52%

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

R = 24.24%
G = 31.52%
B = 44.24%

CMYK

 C value IS 0.45

 M value IS 0.29

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#506892 (or 0x506892) is known color: Kashmir Blue. HEX triplet: 50, 68 and 92. RGB value is (80,104,146). Sum of RGB (Red+Green+Blue) = 80+104+146=330 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.24% from 330); Green value is 104 (41.02% from 255 or 31.52% from 330); Blue value is 146 (57.42% from 255 or 44.24% from 330); Max value from RGB is 146 - color contains mainly: blue. Hex color #506892 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506892 is #AF976D. Grayscale: #656565. Windows color (decimal): -11507566 or 9594960. OLE color: 9594960.

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

Color convert

RGB 80 104 146 -
CMYK 0.45 0.29 0 0.43
HSL 218.18º 0.29% 0.44% -
HSV(B) 218.18º 0.45% 0.57% -
XYZ 13.45 13.68 29.13 -
YUV 101.61 153.05 112.58 -
System Red Green Blue C M Y K H S L
Decimal 80 104 146 0.45 0.29 0 0.43 218.18 0.29 0.44
Hex 50 68 92 2D 1D 0 2B DA 1D 2C
Octal 120 150 222 55 35 0 53 332 35 54
Binary 1010000 1101000 10010010 101101 11101 0 101011 11011010 11101 101100

Color Harmonies of #506892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506892

Black with #506892

Text Example


Text Example

White with #506892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506892; }

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

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

background-color css

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

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

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

border-color css

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

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

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