Html Css Color HEX #506F92 Kashmir Blue

📋 copy color: '#506F92'

red 80 ◦ green 111 ◦ blue 146

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

Shades of Kashmir Blue #506F92

Tints of Kashmir Blue #506F92

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.94%

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

R = 23.74%
G = 32.94%
B = 43.32%

CMYK

 C value IS 0.45

 M value IS 0.24

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#506F92 (or 0x506F92) is known color: Kashmir Blue. HEX triplet: 50, 6F and 92. RGB value is (80,111,146). Sum of RGB (Red+Green+Blue) = 80+111+146=337 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.74% from 337); Green value is 111 (43.75% from 255 or 32.94% from 337); Blue value is 146 (57.42% from 255 or 43.32% from 337); Max value from RGB is 146 - color contains mainly: blue. Hex color #506F92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506F92 is #AF906D. Grayscale: #696969. Windows color (decimal): -11505774 or 9596752. OLE color: 9596752.

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

Color convert

RGB 80 111 146 -
CMYK 0.45 0.24 0 0.43
HSL 211.82º 0.29% 0.44% -
HSV(B) 211.82º 0.45% 0.57% -
XYZ 14.18 15.15 29.37 -
YUV 105.72 150.73 109.65 -
System Red Green Blue C M Y K H S L
Decimal 80 111 146 0.45 0.24 0 0.43 211.82 0.29 0.44
Hex 50 6F 92 2D 18 0 2B D4 1D 2C
Octal 120 157 222 55 30 0 53 324 35 54
Binary 1010000 1101111 10010010 101101 11000 0 101011 11010100 11101 101100

Color Harmonies of #506F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506F92

Black with #506F92

Text Example


Text Example

White with #506F92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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