Html Css Color HEX #506184 Kashmir Blue

📋 copy color: '#506184'

red 80 ◦ green 97 ◦ blue 132

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

Shades of Kashmir Blue #506184

Tints of Kashmir Blue #506184

RGB

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

 GREEN value IS 97 (38.28% from 255) = 31.39%

 BLUE value IS 132 (51.95% from 255) = 42.72%

R = 25.89%
G = 31.39%
B = 42.72%

CMYK

 C value IS 0.39

 M value IS 0.27

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#506184 (or 0x506184) is known color: Kashmir Blue. HEX triplet: 50, 61 and 84. RGB value is (80,97,132). Sum of RGB (Red+Green+Blue) = 80+97+132=309 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.89% from 309); Green value is 97 (38.28% from 255 or 31.39% from 309); Blue value is 132 (51.95% from 255 or 42.72% from 309); Max value from RGB is 132 - color contains mainly: blue. Hex color #506184 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506184 is #AF9E7B. Grayscale: #5F5F5F. Windows color (decimal): -11509372 or 8675664. OLE color: 8675664.

HSL color Cylindrical-coordinate representation of color #506184: hue angle of 220.38º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #506184 is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 80 97 132 -
CMYK 0.39 0.27 0 0.48
HSL 220.38º 0.25% 0.42% -
HSV(B) 220.38º 0.39% 0.52% -
XYZ 11.75 11.92 23.51 -
YUV 95.91 148.37 116.65 -
System Red Green Blue C M Y K H S L
Decimal 80 97 132 0.39 0.27 0 0.48 220.38 0.25 0.42
Hex 50 61 84 27 1B 0 30 DC 19 2A
Octal 120 141 204 47 33 0 60 334 31 52
Binary 1010000 1100001 10000100 100111 11011 0 110000 11011100 11001 101010

Color Harmonies of #506184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506184

Black with #506184

Text Example


Text Example

White with #506184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506184; }

 p { color: rgb(80,97,132); }

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

background-color css

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

 a { background-color: rgb(80,97,132); }

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

border-color css

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

 span { border-color: rgb(80,97,132); }

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