Html Css Color HEX #506388 Kashmir Blue

📋 copy color: '#506388'

red 80 ◦ green 99 ◦ blue 136

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

Shades of Kashmir Blue #506388

Tints of Kashmir Blue #506388

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.43%

 BLUE value IS 136 (53.52% from 255) = 43.17%

R = 25.4%
G = 31.43%
B = 43.17%

CMYK

 C value IS 0.41

 M value IS 0.27

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#506388 (or 0x506388) is known color: Kashmir Blue. HEX triplet: 50, 63 and 88. RGB value is (80,99,136). Sum of RGB (Red+Green+Blue) = 80+99+136=315 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.40% from 315); Green value is 99 (39.06% from 255 or 31.43% from 315); Blue value is 136 (53.52% from 255 or 43.17% from 315); Max value from RGB is 136 - color contains mainly: blue. Hex color #506388 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506388 is #AF9C77. Grayscale: #616161. Windows color (decimal): -11508856 or 8938320. OLE color: 8938320.

HSL color Cylindrical-coordinate representation of color #506388: hue angle of 219.64º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #506388 is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 80 99 136 -
CMYK 0.41 0.27 0 0.47
HSL 219.64º 0.26% 0.42% -
HSV(B) 219.64º 0.41% 0.53% -
XYZ 12.21 12.41 25.04 -
YUV 97.54 149.71 115.49 -
System Red Green Blue C M Y K H S L
Decimal 80 99 136 0.41 0.27 0 0.47 219.64 0.26 0.42
Hex 50 63 88 29 1B 0 2F DC 1A 2A
Octal 120 143 210 51 33 0 57 334 32 52
Binary 1010000 1100011 10001000 101001 11011 0 101111 11011100 11010 101010

Color Harmonies of #506388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506388

Black with #506388

Text Example


Text Example

White with #506388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506388; }

 p { color: rgb(80,99,136); }

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

background-color css

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

 a { background-color: rgb(80,99,136); }

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

border-color css

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

 span { border-color: rgb(80,99,136); }

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