Html Css Color HEX #506488 Kashmir Blue

📋 copy color: '#506488'

red 80 ◦ green 100 ◦ blue 136

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

Shades of Kashmir Blue #506488

Tints of Kashmir Blue #506488

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.65%

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

R = 25.32%
G = 31.65%
B = 43.04%

CMYK

 C value IS 0.41

 M value IS 0.26

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#506488 (or 0x506488) is known color: Kashmir Blue. HEX triplet: 50, 64 and 88. RGB value is (80,100,136). Sum of RGB (Red+Green+Blue) = 80+100+136=316 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.32% from 316); Green value is 100 (39.45% from 255 or 31.65% from 316); Blue value is 136 (53.52% from 255 or 43.04% from 316); Max value from RGB is 136 - color contains mainly: blue. Hex color #506488 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506488 is #AF9B77. Grayscale: #616161. Windows color (decimal): -11508600 or 8938576. OLE color: 8938576.

HSL color Cylindrical-coordinate representation of color #506488: hue angle of 218.57º 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 #506488 is Cyan = 0.41, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 80 100 136 -
CMYK 0.41 0.26 0 0.47
HSL 218.57º 0.26% 0.42% -
HSV(B) 218.57º 0.41% 0.53% -
XYZ 12.31 12.6 25.08 -
YUV 98.12 149.37 115.07 -
System Red Green Blue C M Y K H S L
Decimal 80 100 136 0.41 0.26 0 0.47 218.57 0.26 0.42
Hex 50 64 88 29 1A 0 2F DB 1A 2A
Octal 120 144 210 51 32 0 57 333 32 52
Binary 1010000 1100100 10001000 101001 11010 0 101111 11011011 11010 101010

Color Harmonies of #506488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506488

Black with #506488

Text Example


Text Example

White with #506488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506488; }

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

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

background-color css

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

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

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

border-color css

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

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

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