Html Css Color HEX #505B6C Chambray

📋 copy color: '#505B6C'

red 80 ◦ green 91 ◦ blue 108

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

Shades of Chambray #505B6C

Tints of Chambray #505B6C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 32.62%

 BLUE value IS 108 (42.58% from 255) = 38.71%

R = 28.67%
G = 32.62%
B = 38.71%

CMYK

 C value IS 0.26

 M value IS 0.16

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#505B6C (or 0x505B6C) is known color: Chambray. HEX triplet: 50, 5B and 6C. RGB value is (80,91,108). Sum of RGB (Red+Green+Blue) = 80+91+108=279 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.67% from 279); Green value is 91 (35.94% from 255 or 32.62% from 279); Blue value is 108 (42.58% from 255 or 38.71% from 279); Max value from RGB is 108 - color contains mainly: blue. Hex color #505B6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505B6C is #AFA493. Grayscale: #595959. Windows color (decimal): -11510932 or 7101264. OLE color: 7101264.

HSL color Cylindrical-coordinate representation of color #505B6C: hue angle of 216.43º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #505B6C is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 80 91 108 -
CMYK 0.26 0.16 0 0.58
HSL 216.43º 0.15% 0.37% -
HSV(B) 216.43º 0.26% 0.42% -
XYZ 9.76 10.27 15.66 -
YUV 89.65 138.36 121.12 -
System Red Green Blue C M Y K H S L
Decimal 80 91 108 0.26 0.16 0 0.58 216.43 0.15 0.37
Hex 50 5B 6C 1A 10 0 3A D8 F 25
Octal 120 133 154 32 20 0 72 330 17 45
Binary 1010000 1011011 1101100 11010 10000 0 111010 11011000 1111 100101

Color Harmonies of #505B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505B6C

Black with #505B6C

Text Example


Text Example

White with #505B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505B6C; }

 p { color: rgb(80,91,108); }

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

background-color css

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

 a { background-color: rgb(80,91,108); }

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

border-color css

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

 span { border-color: rgb(80,91,108); }

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