Html Css Color HEX #506B8E Kashmir Blue

📋 copy color: '#506B8E'

red 80 ◦ green 107 ◦ blue 142

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

Shades of Kashmir Blue #506B8E

Tints of Kashmir Blue #506B8E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.52%

 BLUE value IS 142 (55.86% from 255) = 43.16%

R = 24.32%
G = 32.52%
B = 43.16%

CMYK

 C value IS 0.44

 M value IS 0.25

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#506B8E (or 0x506B8E) is known color: Kashmir Blue. HEX triplet: 50, 6B and 8E. RGB value is (80,107,142). Sum of RGB (Red+Green+Blue) = 80+107+142=329 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.32% from 329); Green value is 107 (42.19% from 255 or 32.52% from 329); Blue value is 142 (55.86% from 255 or 43.16% from 329); Max value from RGB is 142 - color contains mainly: blue. Hex color #506B8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506B8E is #AF9471. Grayscale: #666666. Windows color (decimal): -11506802 or 9333584. OLE color: 9333584.

HSL color Cylindrical-coordinate representation of color #506B8E: hue angle of 213.87º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #506B8E is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 80 107 142 -
CMYK 0.44 0.25 0 0.44
HSL 213.87º 0.28% 0.44% -
HSV(B) 213.87º 0.44% 0.56% -
XYZ 13.45 14.17 27.62 -
YUV 102.92 150.05 111.65 -
System Red Green Blue C M Y K H S L
Decimal 80 107 142 0.44 0.25 0 0.44 213.87 0.28 0.44
Hex 50 6B 8E 2C 19 0 2C D6 1C 2C
Octal 120 153 216 54 31 0 54 326 34 54
Binary 1010000 1101011 10001110 101100 11001 0 101100 11010110 11100 101100

Color Harmonies of #506B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506B8E

Black with #506B8E

Text Example


Text Example

White with #506B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,107,142); }

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

background-color css

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

 a { background-color: rgb(80,107,142); }

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

border-color css

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

 span { border-color: rgb(80,107,142); }

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