Html Css Color HEX #506688 Kashmir Blue

📋 copy color: '#506688'

red 80 ◦ green 102 ◦ blue 136

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

Shades of Kashmir Blue #506688

Tints of Kashmir Blue #506688

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.08%

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

R = 25.16%
G = 32.08%
B = 42.77%

CMYK

 C value IS 0.41

 M value IS 0.25

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#506688 (or 0x506688) is known color: Kashmir Blue. HEX triplet: 50, 66 and 88. RGB value is (80,102,136). Sum of RGB (Red+Green+Blue) = 80+102+136=318 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.16% from 318); Green value is 102 (40.23% from 255 or 32.08% from 318); Blue value is 136 (53.52% from 255 or 42.77% from 318); Max value from RGB is 136 - color contains mainly: blue. Hex color #506688 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506688 is #AF9977. Grayscale: #636363. Windows color (decimal): -11508088 or 8939088. OLE color: 8939088.

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

Color convert

RGB 80 102 136 -
CMYK 0.41 0.25 0 0.47
HSL 216.43º 0.26% 0.42% -
HSV(B) 216.43º 0.41% 0.53% -
XYZ 12.5 12.99 25.14 -
YUV 99.3 148.71 114.24 -
System Red Green Blue C M Y K H S L
Decimal 80 102 136 0.41 0.25 0 0.47 216.43 0.26 0.42
Hex 50 66 88 29 19 0 2F D8 1A 2A
Octal 120 146 210 51 31 0 57 330 32 52
Binary 1010000 1100110 10001000 101001 11001 0 101111 11011000 11010 101010

Color Harmonies of #506688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506688

Black with #506688

Text Example


Text Example

White with #506688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506688; }

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

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

background-color css

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

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

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

border-color css

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

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

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