Html Css Color HEX #316053 Spectra

📋 copy color: '#316053'

red 49 ◦ green 96 ◦ blue 83

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

Shades of Spectra #316053

Tints of Spectra #316053

RGB

 RED value IS 49 (19.53% from 255) = 21.49%

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

 BLUE value IS 83 (32.81% from 255) = 36.4%

R = 21.49%
G = 42.11%
B = 36.4%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.14

 K value IS 0.62

RGB Variations

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

Color information

#316053 (or 0x316053) is known color: Spectra. HEX triplet: 31, 60 and 53. RGB value is (49,96,83). Sum of RGB (Red+Green+Blue) = 49+96+83=228 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.49% from 228); Green value is 96 (37.89% from 255 or 42.11% from 228); Blue value is 83 (32.81% from 255 or 36.40% from 228); Max value from RGB is 96 - color contains mainly: green. Hex color #316053 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316053 is #CE9FAC. Grayscale: #505050. Windows color (decimal): -13541293 or 5464113. OLE color: 5464113.

HSL color Cylindrical-coordinate representation of color #316053: hue angle of 163.4º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #316053 is Cyan = 0.49, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.62.

Color convert

RGB 49 96 83 -
CMYK 0.49 0 0.14 0.62
HSL 163.4º 0.32% 0.28% -
HSV(B) 163.4º 0.49% 0.38% -
XYZ 7.01 9.64 9.68 -
YUV 80.47 129.43 105.56 -
System Red Green Blue C M Y K H S L
Decimal 49 96 83 0.49 0 0.14 0.62 163.4 0.32 0.28
Hex 31 60 53 31 0 E 3E A3 20 1C
Octal 61 140 123 61 0 16 76 243 40 34
Binary 110001 1100000 1010011 110001 0 1110 111110 10100011 100000 11100

Color Harmonies of #316053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316053

Black with #316053

Text Example


Text Example

White with #316053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316053; }

 p { color: rgb(49,96,83); }

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

background-color css

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

 a { background-color: rgb(49,96,83); }

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

border-color css

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

 span { border-color: rgb(49,96,83); }

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