Html Css Color HEX #506075 Chambray

📋 copy color: '#506075'

red 80 ◦ green 96 ◦ blue 117

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

Shades of Chambray #506075

Tints of Chambray #506075

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.76%

 BLUE value IS 117 (46.09% from 255) = 39.93%

R = 27.3%
G = 32.76%
B = 39.93%

CMYK

 C value IS 0.32

 M value IS 0.18

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#506075 (or 0x506075) is known color: Chambray. HEX triplet: 50, 60 and 75. RGB value is (80,96,117). Sum of RGB (Red+Green+Blue) = 80+96+117=293 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.30% from 293); Green value is 96 (37.89% from 255 or 32.76% from 293); Blue value is 117 (46.09% from 255 or 39.93% from 293); Max value from RGB is 117 - color contains mainly: blue. Hex color #506075 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506075 is #AF9F8A. Grayscale: #5D5D5D. Windows color (decimal): -11509643 or 7692368. OLE color: 7692368.

HSL color Cylindrical-coordinate representation of color #506075: hue angle of 214.05º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #506075 is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 80 96 117 -
CMYK 0.32 0.18 0 0.54
HSL 214.05º 0.19% 0.39% -
HSV(B) 214.05º 0.32% 0.46% -
XYZ 10.7 11.36 18.46 -
YUV 93.61 141.2 118.29 -
System Red Green Blue C M Y K H S L
Decimal 80 96 117 0.32 0.18 0 0.54 214.05 0.19 0.39
Hex 50 60 75 20 12 0 36 D6 13 27
Octal 120 140 165 40 22 0 66 326 23 47
Binary 1010000 1100000 1110101 100000 10010 0 110110 11010110 10011 100111

Color Harmonies of #506075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506075

Black with #506075

Text Example


Text Example

White with #506075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506075; }

 p { color: rgb(80,96,117); }

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

background-color css

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

 a { background-color: rgb(80,96,117); }

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

border-color css

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

 span { border-color: rgb(80,96,117); }

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